X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=bab41388568b4b982e411b2393710d5a960f216c;hp=53c91884265ed26ea92b8e2bd5084bd71a78e62a;hb=42cdf910d2ab677e8cdafe17085efdf68c12b3da;hpb=6a4a813de2610ff977ff521778aad67a0e9394b5;ds=sidebyside diff --git a/Makefile-ccan b/Makefile-ccan index 53c91884..bab41388 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -2,8 +2,8 @@ # 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 -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)