diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-10-01 16:52:42 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-10-01 16:52:42 -0400 |
commit | 0547b02af78dcf2d84e4905b56c7f95d9582b2f9 (patch) | |
tree | 6b0990d6e227a056b825825c3276536238b5b3c6 /src/makefile.unix | |
parent | d2cc6f489cc8dffdf80e5535795ab37bb642b1bc (diff) | |
parent | 827d8c2e0cc08bae775c191a44d3574a7909dc3c (diff) |
Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoin
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 b73ce2833b..a41b57b4fc 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -93,7 +93,7 @@ DEBUGFLAGS=-g # CXXFLAGS can be specified on the make command line, so we use xCXXFLAGS that only # adds some defaults in front. Unfortunately, CXXFLAGS=... $(CXXFLAGS) does not work. -xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wno-format -Wno-format-security -Wno-unused-parameter \ +xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \ $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS) # LDFLAGS can be specified on the make command line, so we use xLDFLAGS that only |