]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
Slight cleanup for crcsync.c
[ccan] / Makefile-ccan
index cbd9871cbec8cebfdbd9657caaa4263a4e51e3b2..0396ac22c1fe4410399279e7e1dd900b4160eeef 100644 (file)
@@ -2,7 +2,7 @@
 # You could just do:
 #      SRCFILES += $(shell find ccan/ -name '[a-z]*.c')
 
-CFLAGS=-g -O2 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan -I.
+CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I.
 
 CFILES=$(wildcard ccan/*/[a-z]*.c)
 OBJFILES=$(CFILES:.c=.o)