diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:05:06 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:05:06 -0600 |
commit | 3cf4947ba61eb2f13de6cdf04e4ee0b1d3eff4e2 (patch) | |
tree | 363d038153d4a4b88214105512b4047c7fd4dd5b | |
parent | hadn't removed GL dependency (diff) | |
download | args.hxx-3cf4947ba61eb2f13de6cdf04e4ee0b1d3eff4e2.tar.xz |
remove O3, replacing with 02. No point in building O3 tests.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ FLAGS += -std=c++11 ifdef DEBUG FLAGS += -ggdb -O0 else -FLAGS += -O3 +FLAGS += -O2 endif LIBS = |