summaryrefslogtreecommitdiffstats
path: root/make/custom/Solaris-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/Solaris-posix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index fa212241f5..418248270c 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -19,7 +19,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
CPU_CFLAGS += -Dsolaris2 -D__EXTENSIONS__
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2
+CFLAGS_OPTIMIZE_V = -O2 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)