Added OPT_CXXFLAGS_YES += -g

This commit is contained in:
Janet Anderson
2013-07-25 10:44:41 -05:00
parent 8a28858ada
commit a9a3298d51
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ COMMANDLINE_LIBRARY = READLINE
# This does cost disk space, but not memory as debug symbols are not
# loaded into RAM when the binary is loaded.
OPT_CFLAGS_YES += -g
OPT_CXXFLAGS_YES += -g
# Tune GNU compiler output for a specific cpu-type

View File

@@ -46,3 +46,4 @@ COMMANDLINE_LIBRARY = READLINE
# This does cost disk space, but not memory as debug symbols are not
# loaded into RAM when the binary is loaded.
OPT_CFLAGS_YES += -g
OPT_CXXFLAGS_YES += -g