X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=3efe59a5da2fdbee4c602797c2a3f4a08288b893;hp=f1d76e6c8927ef111ac4f9c24b45eac669e08dd3;hb=683264a9b13d9bf32be497ce66bdc4a9fadce0d6;hpb=85c347709c1740af23dde53685475e5d8118125e;ds=sidebyside diff --git a/Makefile-ccan b/Makefile-ccan index f1d76e6c..3efe59a5 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 -CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) -Werror +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) default: libccan.a