From 0f9e8678775801111eb35935cafb2af009bd124f Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 18 Jul 2017 12:06:23 +0200 Subject: [PATCH] reverted back to -O3 by default --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1cf03a4..d27c18a 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ CC=gcc -std=gnu99 # speed tests don't work with -std=cxx, they need the POSIX ex #CC = clang -std=c99 -fsanitize=undefined #CC = clang -std=c99 -fprofile-instr-generate -fcoverage-mapping -CFLAGS= -I src -pedantic -Wall -Wextra -O1 -march=native +CFLAGS= -I src -pedantic -Wall -Wextra -O3 -march=native .PHONY: all clean directories # disable implicit rules -- 2.47.3