Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS

This commit is contained in:
Jeff Garzik 2012-05-08 21:18:35 -04:00 committed by Jeff Garzik
parent 1302257e5d
commit 781fc2c8c0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ LIBS+= \
DEBUGFLAGS=-g
CXXFLAGS=-O2 -Wall
CXXFLAGS=-O2
xCXXFLAGS=-pthread -Wall -Wextra -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security \
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)