Turn on debugging option when VX_OPT=NO.

This commit is contained in:
Janet B. Anderson
2000-03-27 21:01:10 +00:00
parent 99e36b6dd1
commit b9b7da40ac

View File

@@ -101,9 +101,9 @@ OP_SYS_LDLIBS =
#--------------------------------------------------
# Optimization flag overrides
GCC_OPT_YES = -O2 -fstrength-reduce
GCC_OPT_NO =
GCC_OPT_NO = -g
G++_OPT_YES = -O2 -fstrength-reduce
G++_OPT_NO =
G++_OPT_NO = -g
OPT_CFLAGS = $($(ANSI)_OPT_$(VX_OPT))
OPT_CXXFLAGS = $($(CPLUSPLUS)_OPT_$(VX_OPT))