We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a360b02 commit 3bfb2b9Copy full SHA for 3bfb2b9
contrib/windows/packaging/PerlBuildJob.pm
@@ -67,7 +67,7 @@ sub build_job {
67
perl_debug => 0, # can be overridden by --perl_debug=N option
68
perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
69
# Remove not required locale support to fix a locale support issue
70
- buildoptextra => '-DNO_LOCALE',
+ buildoptextra => '-DNO_LOCALE -std=c23',
71
patch => { #DST paths are relative to the perl src root
72
'contrib/windows/packaging/agentexe.ico' => 'win32/agentexe.ico',
73
'contrib/windows/packaging/agentexe.rc.tt' => 'win32/perlexe.rc',
0 commit comments