diff options
| author | Jeff Garzik <[email protected]> | 2012-05-08 21:18:35 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-08 21:18:35 -0400 |
| commit | 781fc2c8c0972764e61dafda6fa82b7fd2a198f2 (patch) | |
| tree | 16826460ab9e1d3a9660ef3d9e5596ab549c643b /src | |
| parent | makefile.unix: add -Wall to default CXXFLAGS (diff) | |
| download | discoin-781fc2c8c0972764e61dafda6fa82b7fd2a198f2.tar.xz discoin-781fc2c8c0972764e61dafda6fa82b7fd2a198f2.zip | |
Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS
Diffstat (limited to 'src')
| -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 ab504fb9f..36860be29 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) |