Branch: refs/heads/craigb/time_hires_ccflags
  Home:   https://github.com/Perl/perl5
  Commit: 6f8971d7730f7657ecac3f189796d7bb24553c60
      
https://github.com/Perl/perl5/commit/6f8971d7730f7657ecac3f189796d7bb24553c60
  Author: Craig A. Berry <craigbe...@mac.com>
  Date:   2023-04-22 (Sat, 22 Apr 2023)

  Changed paths:
    M dist/Time-HiRes/Makefile.PL

  Log Message:
  -----------
  Add missing ccflags on VMS to dist/Time-HiRes/Makefile.PL

The absence of these flags has never previously caused a problem
for running the probes, but on OpenVMS x86, warnings about long
symbols cause the probes to fail, probably because those symbols
are not getting optimized out as early in the new compiler. This
in turn causes the build to fail due to defining a homegrown
clockid_t which conflicts with the system version. So add the
flags that specify symbol handling (as well as everything else
being used to build Perl).


Reply via email to