aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2017-12-12 19:58:24 -0700
committerTaylor C. Richberger <Taywee@gmx.com>2017-12-12 19:58:24 -0700
commitc5a60982ba01d765251c8f0aff6cf2c1c3fa4be8 (patch)
treeae147a6bd42bb18f48ac2d1a7acdf6d09f01b165 /Makefile
parentMerge pull request #52 from maPaydar/patch-1 (diff)
downloadargs.hxx-c5a60982ba01d765251c8f0aff6cf2c1c3fa4be8.tar.xz
replace explicit std::vector ParseCLI with template, reduce optimization
Optimization absolutely kills test build time. Dropping optimization level cuts compile time in less than half, and it still doesn't take long to run.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cb8feb..dc4a5ea 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ FLAGS += -std=c++11
ifdef DEBUG
FLAGS += -ggdb -O0
else
-FLAGS += -O2
+FLAGS += -O0
endif
LIBS =