aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-11-06 16:54:18 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-11-07 10:12:35 +0100
commit5ff4d77f5585f9aad068fcc473393095e0640ae4 (patch)
treebd4bc1a09cd1acd8b57ddcb929dce3ef5a6150d1 /Makefile
parent39a2e166dd316cf3bf248cb109dde3a95d753541 (diff)
Precompile headers
This cuts 'make install -j6' on my laptop from 170s to 134s.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ac82fda6..c441a933e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ makefiles = \
tests/local.mk \
tests/plugins/local.mk
-GLOBAL_CXXFLAGS += -g -Wall -include config.h
-
-include Makefile.config
include mk/lib.mk
+
+GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17