aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-05 21:39:04 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-05 21:50:27 +0000
commitf1c7746eb407258d77b2f7fffec0e5d4facf516a (patch)
tree19a208402346203bfe642d8c651a1d5aaf2f56a1 /perl
parenta38ab99d576bb31288edb8a68c9564d962415662 (diff)
See if setting -std=c++17 for perl bindings helps
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 7ddb0cf69..259ed7dc3 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -1,6 +1,6 @@
makefiles = local.mk
-GLOBAL_CXXFLAGS += -g -Wall
+GLOBAL_CXXFLAGS += -g -Wall -std=c++17
-include Makefile.config