X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=22f1bbe5d7016637f844e5aab69a3eb196e91d30;hp=f1d76e6c8927ef111ac4f9c24b45eac669e08dd3;hb=e5bb37eaf32db72f6f17eb01b8de5404fc3ce21c;hpb=85c347709c1740af23dde53685475e5d8118125e diff --git a/Makefile-ccan b/Makefile-ccan index f1d76e6c..22f1bbe5 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -3,7 +3,7 @@ # 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 +CCAN_CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -DCCAN_STR_DEBUG=1 CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) -Werror