X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=bab41388568b4b982e411b2393710d5a960f216c;hp=4364bc160d817806747696d70816a9a920e94582;hb=d77d7e32db4705b7888239bb1fcec2b070e3cd43;hpb=5c5cd4b84c0dfac65356979cf13b72c3ea9ae62c diff --git a/Makefile-ccan b/Makefile-ccan index 4364bc16..bab41388 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 +#CCAN_CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations +CCAN_CFLAGS=-g3 -ggdb -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1 CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) -#CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Werror $(DEPGEN) default: libccan.a