Commit 6a4a813d authored by Rusty Russell's avatar Rusty Russell

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

parent cbd27e92
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment