Added OP_SYS_CFLAGS += -g.

This commit is contained in:
Janet B. Anderson
2004-10-28 18:07:07 +00:00
parent ba1139f3c9
commit b6e3f6d481
2 changed files with 2 additions and 0 deletions

View File

@@ -9,4 +9,5 @@
#
# Other local options
#
OP_SYS_CFLAGS += -g
#COMMANDLINE_LIBRARY = READLINE

View File

@@ -20,3 +20,4 @@
# If readline is not installed comment the following line
# to omit command-line editing and history support
COMMANDLINE_LIBRARY = READLINE
OP_SYS_CFLAGS += -g