summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-19 18:53:51 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-19 18:53:51 +0000
commitbe6fb35f0970c911aff7ef6de58eb04264412c76 (patch)
treea0453ca447fba0cc5b85bdf8bac8c25e47432d5b /Makefile
parent083307e013c6b8ae2a9e415c41d630dfafea17c5 (diff)
compile with -pedantic -std=c99
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cef930d..77a2323 100644
--- a/Makefile
+++ b/Makefile
@@ -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`