X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=0396ac22c1fe4410399279e7e1dd900b4160eeef;hp=b2e390785b609393eeeb6e87701cbfa88f45e61a;hb=04160dbda10c78fbd4ee452d0af89d540e20b09a;hpb=a8b248ea9de55316cac4423a99a727ca7b54e0fc;ds=inline diff --git a/Makefile-ccan b/Makefile-ccan index b2e39078..0396ac22 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -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 -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)