X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile-ccan;h=f1d76e6c8927ef111ac4f9c24b45eac669e08dd3;hb=d4929b8d2c8fc18ab16d2ef2bf7af11e87dac36d;hp=4364bc160d817806747696d70816a9a920e94582;hpb=5c5cd4b84c0dfac65356979cf13b72c3ea9ae62c;p=ccan-lca-2011.git diff --git a/Makefile-ccan b/Makefile-ccan index 4364bc1..f1d76e6 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -2,10 +2,10 @@ # For simple projects you could just do: # SRCFILES += $(wildcard ccan/*/*.c) -CCAN_CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) +#CCAN_CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations +CCAN_CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations +CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) -Werror -#CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Werror $(DEPGEN) default: libccan.a