]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
New asort routine; unf. breaks under -Wmissing-prototypes etc :(
[ccan] / Makefile-ccan
index bac2dd17c7bcc6f9004d9e0574544c1e6e615a0e..de669a0e7f0e482f7974ff266fc35498ab7ef170 100644 (file)
@@ -2,7 +2,8 @@
 # For simple projects you could just do:
 #      SRCFILES += $(wildcard ccan/*/*.c)
 
-CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I. $(DEPGEN)
+#CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I. $(DEPGEN)
+CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Werror -I. $(DEPGEN)
 
 # Automatic dependency generation: makes ccan/*.d files.
 DEPGEN=-MD