]> git.ozlabs.org Git - ccan/commitdiff
Makefile: make non-optimized variant comment a bit clearer.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Nov 2010 10:10:52 +0000 (20:40 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Nov 2010 10:10:52 +0000 (20:40 +1030)
Makefile-ccan

index 4364bc160d817806747696d70816a9a920e94582..53c91884265ed26ea92b8e2bd5084bd71a78e62a 100644 (file)
@@ -3,9 +3,9 @@
 #      SRCFILES += $(wildcard ccan/*/*.c)
 
 CCAN_CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror
 #      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 = $(CCAN_CFLAGS) -I. $(DEPGEN)
 
-#CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Werror $(DEPGEN)
 
 default: libccan.a
 
 
 default: libccan.a