X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=de669a0e7f0e482f7974ff266fc35498ab7ef170;hp=bac2dd17c7bcc6f9004d9e0574544c1e6e615a0e;hb=009f261242b7e1f5482e097315c82a4185a708bf;hpb=76ae790f2cc2cb1e46bb0b9e5002c7feb6a79df1;ds=sidebyside diff --git a/Makefile-ccan b/Makefile-ccan index bac2dd17..de669a0e 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -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