aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorGraham Bennett <graham@grahambennett.org>2022-10-22 14:24:25 +0100
committerGraham Bennett <graham@grahambennett.org>2022-10-22 14:24:25 +0100
commitc5fd34a14e2a271b66839b35f500caeae3368be2 (patch)
treeddc6d10090e07ab6695a44972313994352fca284 /perl
parentb3d2a05c59266688aa904d5fb326394cbb7e9e90 (diff)
Build with C++20
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 708f86882..2d759e6fc 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -1,6 +1,6 @@
makefiles = local.mk
-GLOBAL_CXXFLAGS += -g -Wall -std=c++17 -I ../src
+GLOBAL_CXXFLAGS += -g -Wall -std=c++20 -I ../src
-include Makefile.config