Added -g to G++_OPT_YES.

This commit is contained in:
Janet B. Anderson
2000-03-13 16:04:44 +00:00
parent e028f5b09a
commit b63ccc7962
+1 -1
View File
@@ -115,7 +115,7 @@ G++_WARN_YES = -Wall \
-Wwrite-strings -Wconversion -Wstrict-prototypes\
-Wpointer-arith -Winline
G++_WARN_NO = -w
G++_OPT_YES = -O3
G++_OPT_YES = -O3 -g
G++_OPT_NO = -g
G++_SFLAGS_YES = -static
G++_SFLAGS_NO =