Revert part of 1302257e
: don't update CXXFLAGS, only xCXXFLAGS
This commit is contained in:
parent
1302257e5d
commit
781fc2c8c0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ LIBS+= \
|
||||||
|
|
||||||
|
|
||||||
DEBUGFLAGS=-g
|
DEBUGFLAGS=-g
|
||||||
CXXFLAGS=-O2 -Wall
|
CXXFLAGS=-O2
|
||||||
xCXXFLAGS=-pthread -Wall -Wextra -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security \
|
xCXXFLAGS=-pthread -Wall -Wextra -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security \
|
||||||
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)
|
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue