X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=0396ac22c1fe4410399279e7e1dd900b4160eeef;hp=cbd9871cbec8cebfdbd9657caaa4263a4e51e3b2;hb=04160dbda10c78fbd4ee452d0af89d540e20b09a;hpb=ad8da11f6d0664e0fb3c8707a869425088daea7e diff --git a/Makefile-ccan b/Makefile-ccan index cbd9871c..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 -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)