From 6a4a813de2610ff977ff521778aad67a0e9394b5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 4 Nov 2010 20:40:52 +1030 Subject: [PATCH] Makefile: make non-optimized variant comment a bit clearer. --- Makefile-ccan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2