diff options
author | Jeff Garzik <jeff@garzik.org> | 2012-05-08 21:18:35 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-08 21:18:35 -0400 |
commit | 781fc2c8c0972764e61dafda6fa82b7fd2a198f2 (patch) | |
tree | 16826460ab9e1d3a9660ef3d9e5596ab549c643b /src/makefile.unix | |
parent | 1302257e5d57c1e3f24a63c0fe2847f8f79e46af (diff) |
Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index ab504fb9f4..36860be299 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -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) |