projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd27e9
)
Makefile: make non-optimized variant comment a bit clearer.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 4 Nov 2010 10:10:52 +0000
(20:40 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 4 Nov 2010 10:10:52 +0000
(20:40 +1030)
Makefile-ccan
patch
|
blob
|
history
diff --git
a/Makefile-ccan
b/Makefile-ccan
index 4364bc160d817806747696d70816a9a920e94582..53c91884265ed26ea92b8e2bd5084bd71a78e62a 100644
(file)
--- 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