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 --- perl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl') diff --git a/perl/Makefile b/perl/Makefile index 684a37e8121f..284c75022493 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -1,6 +1,6 @@ makefiles = local.mk -GLOBAL_CXXFLAGS += -std=c++14 -g -Wall +GLOBAL_CXXFLAGS += -g -Wall -include Makefile.config -- cgit 1.4.1