aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-03-20 11:25:13 -0500
committerWill Dietz <w@wdtz.org>2018-03-20 11:33:03 -0500
commitdc99ea4483e8500d8ffe3015abf3a891d3d19559 (patch)
treef622fbba1d2d3c5d31d41c93ed627d7ec29fbb4b /perl
parent21ebf6a16028291914bd14b0e5463b020dc7affa (diff)
ask autotools for c++14 support flags, not c++11; don't override later
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile b/perl/Makefile
index 684a37e81..284c75022 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