Subject: | perl 5.27.1: DEBUG_H_FLAG undeclared |
In perl 5.27.1 the -DH flag was removed. This causes a compilation failure:
...
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.26\" -DXS_VERSION=\"0.26\" -fPIC "-I/opt/perl-5.27.1/lib/5.27.1/x86_64-linux/CORE" Flags.c
In file included from Flags.xs:3:0:
defsubs.h: In function âboot_Debug__Flagsâ:
defsubs.h:28:43: error: âDEBUG_H_FLAGâ undeclared (first use in this function)
newCONSTSUB(stash,"DEBUG_H_FLAG",newSViv(DEBUG_H_FLAG));
^
...
Corresponding perldelta entry: https://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perl5271delta.pod#l112