Use global value of CFLAGS for optimization.
This commit is contained in:
parent
5afcdb89b5
commit
4adf0f83e0
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
GXX= g++
|
||||
GXXFLAGS= -O -felide-constructors
|
||||
GXXFLAGS= ${CFLAGS} -felide-constructors
|
||||
LDXX= /usr/libexec/ld++
|
||||
# Temporary, to achieve linking
|
||||
CC= g++
|
||||
|
Loading…
Reference in New Issue
Block a user