2008-01-19 22:47:05 -05:00
|
|
|
DEBUGCFLAGS = \
|
|
|
|
-g \
|
2010-05-27 13:55:34 -04:00
|
|
|
-O0 \
|
2008-01-19 22:47:05 -05:00
|
|
|
-fno-builtin \
|
|
|
|
-fno-inline \
|
|
|
|
-fno-omit-frame-pointer \
|
|
|
|
-fno-optimize-sibling-calls \
|
2008-05-25 21:53:14 -04:00
|
|
|
-fno-unroll-loops
|
2007-05-10 14:30:22 -04:00
|
|
|
CFLAGS += \
|
2007-07-16 16:52:35 -04:00
|
|
|
-std=c99 \
|
2010-05-27 12:12:28 -04:00
|
|
|
-pedantic \
|
2008-01-16 01:01:04 -05:00
|
|
|
-pipe \
|
2008-01-23 21:45:30 -05:00
|
|
|
-fno-strict-aliasing \
|
2007-05-10 14:30:22 -04:00
|
|
|
-Wall \
|
2008-01-18 15:05:45 -05:00
|
|
|
-Wimplicit \
|
|
|
|
-Wmissing-prototypes \
|
2007-05-10 14:30:22 -04:00
|
|
|
-Wno-comment \
|
2008-01-18 15:05:45 -05:00
|
|
|
-Wno-missing-braces \
|
|
|
|
-Wno-parentheses \
|
2007-05-10 14:30:22 -04:00
|
|
|
-Wno-sign-compare \
|
2008-01-18 15:05:45 -05:00
|
|
|
-Wno-switch \
|
|
|
|
-Wpointer-arith \
|
2007-05-24 17:42:33 -04:00
|
|
|
-Wreturn-type \
|
|
|
|
-Wstrict-prototypes \
|
2008-01-16 01:01:04 -05:00
|
|
|
-Wtrigraphs
|
2010-05-28 12:46:48 -04:00
|
|
|
MKDEP = cpp -M
|
2008-01-17 17:50:35 -05:00
|
|
|
SOCFLAGS += -fPIC
|
|
|
|
|