summaryrefslogtreecommitdiff
path: root/make.defs
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-14 22:25:07 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-15 19:41:53 -0800
commit4bd7eeec09629d3c0f900d42c899fe23c69e07b6 (patch)
tree4fbbfa45d9538cab7e1062f2c927297bb93ada0a /make.defs
parent069f39e8a1ebee3e4a4ce8302d0099842876782b (diff)
downloadtmwa-4bd7eeec09629d3c0f900d42c899fe23c69e07b6.tar.gz
tmwa-4bd7eeec09629d3c0f900d42c899fe23c69e07b6.tar.bz2
tmwa-4bd7eeec09629d3c0f900d42c899fe23c69e07b6.tar.xz
tmwa-4bd7eeec09629d3c0f900d42c899fe23c69e07b6.zip
Prepare to trim skills
Diffstat (limited to 'make.defs')
-rw-r--r--make.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.defs b/make.defs
index 17b06a8..5c65cd3 100644
--- a/make.defs
+++ b/make.defs
@@ -3,6 +3,7 @@ CXX = g++
LEX = flex
BISON = bison
CXXFLAGS = -pipe -g -O2 #@warnings
+override CXXFLAGS += -Werror=redundant-decls -Werror=missing-declarations
# works on both x86 and x86_64
override CXX += -m32 -std=c++0x