aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-05-25 15:33:33 +0100
committerRichard van der Hoff <richard@matrix.org>2016-05-25 15:33:33 +0100
commit54d43010c808b56caa703696a036df18d2b74575 (patch)
tree61cbc677c61e050a41669f858388a6d6cc7d732e /Makefile
parent024685f3db2be6c4cfb55670ecc92d8d1a0c9a8d (diff)
parent8d55954ce13b9f93cc220bcbaab56fb236d16c9c (diff)
Merge branch 'rav/jenkins_build'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8594946..fca9576 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ JS_PRE := $(wildcard javascript/*pre.js)
JS_POST := $(wildcard javascript/*post.js)
CPPFLAGS += -Iinclude -Ilib
-CFLAGS += -Wall -Werror -std=c89 -fPIC
+# we rely on <stdint.h>, which was introduced in C99
+CFLAGS += -Wall -Werror -std=c99 -fPIC
CXXFLAGS += -Wall -Werror -std=c++11 -fPIC
LDFLAGS += -Wall -Werror