diff options
author | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-11-19 18:53:51 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-11-19 18:53:51 +0000 |
commit | be6fb35f0970c911aff7ef6de58eb04264412c76 (patch) | |
tree | a0453ca447fba0cc5b85bdf8bac8c25e47432d5b /Makefile | |
parent | 083307e013c6b8ae2a9e415c41d630dfafea17c5 (diff) |
compile with -pedantic -std=c99
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ JAVAH?=javah JAVADOC?=javadoc JAR?=jar INCLUDES?=`pkg-config --cflags dbus-1` -I${JAVA_HOME}/include -I${JAVA_HOME}/include/linux -CFLAGS?= -Os -Wall -Werror +CFLAGS?= -Os -Wall -Werror -pedantic -std=c99 CFLAGS+=$(INCLUDES) CFLAGS+=$(call cc-option,-fno-stack-protector,) LIBS?=`pkg-config --libs dbus-1` |