summaryrefslogtreecommitdiff
path: root/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'Make.defs')
-rw-r--r--Make.defs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Make.defs b/Make.defs
index 36d6edf..f730d86 100644
--- a/Make.defs
+++ b/Make.defs
@@ -1,11 +1,11 @@
-# WALL =-Wall -Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \
-# -Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
-# -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
-# -Wnested-externs -Winline
+WALLP =-Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \
+ -Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
+ -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
+ -Wnested-externs -Winline
# unproto is yukky
-WALL=-Wno-comment
+WALL=-Wno-comment -Wstrict-prototypes
CCFLAGS =-Wall $(WALL) -O2 -fno-strength-reduce
LDFLAGS =-s