X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=53c91884265ed26ea92b8e2bd5084bd71a78e62a;hp=4364bc160d817806747696d70816a9a920e94582;hb=6a4a813de2610ff977ff521778aad67a0e9394b5;hpb=cbd27e92c3e00e004b50ac998d131e52ac1290ea;ds=sidebyside diff --git a/Makefile-ccan b/Makefile-ccan index 4364bc16..53c91884 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -3,9 +3,9 @@ # 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) -#CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Werror $(DEPGEN) default: libccan.a