wmii/mk/gcc.mk
2008-01-18 15:05:45 -05:00

17 lines
262 B
Makefile

CFLAGS += \
-std=c99 \
-pipe \
-pedantic \
-Wall \
-Wimplicit \
-Wmissing-prototypes \
-Wno-comment \
-Wno-missing-braces \
-Wno-parentheses \
-Wno-sign-compare \
-Wno-switch \
-Wpointer-arith \
-Wreturn-type \
-Wstrict-prototypes \
-Wtrigraphs \