X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=bab41388568b4b982e411b2393710d5a960f216c;hp=ba83f4ae6ca45b02e574015f0251d207bd909c17;hb=9f5e1ef758d5b052a8df115f1d79c0c53e802ddf;hpb=a95fc43fbef22efa0a41b3ce86a732bb57ad9ef5 diff --git a/Makefile-ccan b/Makefile-ccan index ba83f4ae..bab41388 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -3,8 +3,8 @@ # SRCFILES += $(wildcard ccan/*/*.c) #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 -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1 -CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) -Werror +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) default: libccan.a