From: Loup Vaillant Date: Tue, 18 Jul 2017 10:06:23 +0000 (+0200) Subject: reverted back to -O3 by default X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=0f9e8678775801111eb35935cafb2af009bd124f;p=Monocypher.git reverted back to -O3 by default --- 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