X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile-ccan;h=f1d76e6c8927ef111ac4f9c24b45eac669e08dd3;hb=85c347709c1740af23dde53685475e5d8118125e;hp=53c91884265ed26ea92b8e2bd5084bd71a78e62a;hpb=03a596908b779bbb4b7c2f739c5e238f8c5d6390;p=ccan-lca-2011.git diff --git a/Makefile-ccan b/Makefile-ccan index 53c9188..f1d76e6 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -2,9 +2,9 @@ # 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 -CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) +#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 default: libccan.a