From dc99ea4483e8500d8ffe3015abf3a891d3d19559 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 20 Mar 2018 11:25:13 -0500 Subject: ask autotools for c++14 support flags, not c++11; don't override later --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1