From 3cf4947ba61eb2f13de6cdf04e4ee0b1d3eff4e2 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Fri, 6 May 2016 13:05:06 -0600 Subject: remove O3, replacing with 02. No point in building O3 tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc05124..42bce87 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ FLAGS += -std=c++11 ifdef DEBUG FLAGS += -ggdb -O0 else -FLAGS += -O3 +FLAGS += -O2 endif LIBS = -- cgit v1.2.1