wmii/mk/gcc.mk

18 lines
298 B
Makefile
Raw Normal View History

2007-05-10 22:30:22 +04:00
CFLAGS += \
-std=gnu99 \
-pipe \
-Wall \
-Wno-parentheses \
-Wno-missing-braces \
-Wno-switch \
-Wno-comment \
-Wno-sign-compare \
-Wno-uninitialized \
-Wno-unused-parameter \
2007-05-25 01:42:33 +04:00
-Wimplicit \
-Wreturn-type \
-Wtrigraphs \
-Wstrict-prototypes \
-Wmissing-prototypes \
-Wpointer-arith \