Use global value of CFLAGS for optimization.

This commit is contained in:
mycroft 1993-05-04 14:05:32 +00:00
parent 5afcdb89b5
commit 4adf0f83e0

View File

@ -5,7 +5,7 @@
#
GXX= g++
GXXFLAGS= -O -felide-constructors
GXXFLAGS= ${CFLAGS} -felide-constructors
LDXX= /usr/libexec/ld++
# Temporary, to achieve linking
CC= g++