From: Rusty Russell Date: Thu, 4 Nov 2010 10:10:52 +0000 (+1030) Subject: Makefile: make non-optimized variant comment a bit clearer. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=6a4a813de2610ff977ff521778aad67a0e9394b5;ds=sidebyside Makefile: make non-optimized variant comment a bit clearer. --- 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