chiark / gitweb /
Add -std=gnu99 to Makefile
[matchsticks-search.git] / Makefile
index 166f614380eaf5cf6406a7bfa3ef96716111aaa4..2b3faff49fe803c4d8ef2ad08164b55822d2ac58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes
+CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99
 LC_CTYPE=C
 LDLIBS = -lpub -lglpk