diff options
author | Will Dietz <w@wdtz.org> | 2018-03-20T16·25-0500 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2018-03-20T16·33-0500 |
commit | dc99ea4483e8500d8ffe3015abf3a891d3d19559 (patch) | |
tree | f622fbba1d2d3c5d31d41c93ed627d7ec29fbb4b /Makefile | |
parent | 21ebf6a16028291914bd14b0e5463b020dc7affa (diff) |
ask autotools for c++14 support flags, not c++11; don't override later
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c47603731ddc..bf709abe4a6c 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ makefiles = \ tests/local.mk \ tests/plugins/local.mk -GLOBAL_CXXFLAGS += -std=c++14 -g -Wall -include config.h +GLOBAL_CXXFLAGS += -g -Wall -include config.h -include Makefile.config |