From edd3e950fed9d7cc766428e45d52c7a34ce682ca Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 8 Feb 2013 08:10:23 +0100 Subject: optimise c version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3068b0..8a9adc0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ JAVADIRS=-s "pure-java" -d "bin/pure-java" -cp "pure-java" JAVAFLAGS=-Xlint JAVA_FLAGS=$(JAVADIRS) $(JAVAFLAGS) -CFLAGS=-W{all,extra} -pedantic +# NB! Do not forget to test against -O0, -O4 to -O6 is not safe +CFLAGS=-W{all,extra} -pedantic -O6 CPPFLAGS= LDFLAGS= C_FLAGS=$(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -- cgit v1.2.3-70-g09d2