Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 1f6b8a94c5c1073cfe298589cbca99f92f7d197e
https://github.com/Perl/perl5/commit/1f6b8a94c5c1073cfe298589cbca99f92f7d197e
Author: Tony Cook <[email protected]>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M win32/GNUmakefile
Log Message:
-----------
set -fwrapv on by default unconditionally
This was broken on gcc 10, and we want -fwrapv for all versions of
gcc that we support.
We also want a developer to be able to disable it easily
(GCCWRAPV=undef) so it remains a flag rather than hard-coding
-frwapv below.