Browse Source

Makefile: make non-optimized variant comment a bit clearer.

Rusty Russell 15 years ago
parent
commit
6a4a813de2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile-ccan

+ 1 - 1
Makefile-ccan

@@ -3,9 +3,9 @@
 #	SRCFILES += $(wildcard ccan/*/*.c)
 #	SRCFILES += $(wildcard ccan/*/*.c)
 
 
 CCAN_CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror
 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