don't use -g in CXXFLAGS

This commit is contained in:
David D. Zuhn 1993-08-12 18:43:31 +00:00
parent ac0d500c3c
commit e689e44905
1 changed files with 3 additions and 0 deletions

View File

@ -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