don't use -g in CXXFLAGS
This commit is contained in:
parent
ac0d500c3c
commit
e689e44905
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
SYSV = -DSYSV -DSVR4
|
||||
RANLIB = true
|
||||
|
||||
# C++ debugging is not yet supported under SVR4 (DWARF)
|
||||
CXXFLAGS=-O
|
||||
|
||||
# The l flag generates a warning from the SVR4 archiver, remove it.
|
||||
AR_FLAGS = cq
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue