Skip to content

Commit 3bfb2b9

Browse files
committed
build: Build perl on windows with C23 standard
1 parent a360b02 commit 3bfb2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/windows/packaging/PerlBuildJob.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sub build_job {
6767
perl_debug => 0, # can be overridden by --perl_debug=N option
6868
perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
6969
# Remove not required locale support to fix a locale support issue
70-
buildoptextra => '-DNO_LOCALE',
70+
buildoptextra => '-DNO_LOCALE -std=c23',
7171
patch => { #DST paths are relative to the perl src root
7272
'contrib/windows/packaging/agentexe.ico' => 'win32/agentexe.ico',
7373
'contrib/windows/packaging/agentexe.rc.tt' => 'win32/perlexe.rc',

0 commit comments

Comments
 (0)