]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
iscsi: add LICENCE link
[ccan] / 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
+#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