]> git.codecow.com Git - Monocypher.git/commitdiff
reverted back to -O3 by default
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 18 Jul 2017 10:06:23 +0000 (12:06 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 18 Jul 2017 10:06:23 +0000 (12:06 +0200)
makefile

index 1cf03a4b642aac8f34b1880285999885c7664b87..d27c18a015b53e27c7166f2fc8af0148152e1745 100644 (file)
--- 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