summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/makefile.in b/makefile.in
index afedd16..48698b3 100644
--- a/makefile.in
+++ b/makefile.in
@@ -34,15 +34,18 @@ AR=ar86
#ifdef __GNUC__
-WALL =-Wall -Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \
+CC =%CC%
+#ifdef GCCDB
+WALL =-Wall -Wtraditional -Wshadow -Wpointer-arith \
-Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
-Wnested-externs -Winline
-
+CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
+#else
WALL =-Wall -Wstrict-prototypes
+CFLAGS =$(GCCFLAG) -O2 -fno-strict-aliasing
+#endif
-CC =%CC%
-CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
#endif
#ifndef GNUMAKE