diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-01 10:02:30 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-01 10:02:30 -0500 |
commit | 43414738a029a0b98f1937ba31501cf492d58003 (patch) | |
tree | 599f0381d096997d9ef75c62527d986e4b35bc0f /perl | |
parent | b6c98752f6a7c1824945b3aee9d94e0af16046f8 (diff) | |
parent | 518da6c6a30881bd0e767a84c8193a198eeed230 (diff) |
Merge remote-tracking branch 'upstream/master' into path-info
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Makefile | 2 |
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 |