aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:05:06 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:05:06 -0600
commit3cf4947ba61eb2f13de6cdf04e4ee0b1d3eff4e2 (patch)
tree363d038153d4a4b88214105512b4047c7fd4dd5b /Makefile
parenthadn't removed GL dependency (diff)
downloadargs.hxx-3cf4947ba61eb2f13de6cdf04e4ee0b1d3eff4e2.tar.xz
remove O3, replacing with 02. No point in building O3 tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 =