chiark / gitweb /
Add -std=gnu99 to Makefile
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Mar 2014 17:27:23 +0000 (17:27 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Mar 2014 17:27:23 +0000 (17:27 +0000)
Makefile

index 5c571d284f051ed87f1a8a4c1b67c14ab3dc6e69..2b3faff49fe803c4d8ef2ad08164b55822d2ac58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2
+CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99
 LC_CTYPE=C
 LDLIBS = -lpub -lglpk
 
 LC_CTYPE=C
 LDLIBS = -lpub -lglpk