Turn on debugging option when VX_OPT=NO.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user