You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile.PL was initializing MakeMaker's CCFLAGS argument to
$Config{ccflags}, then manually appending -D switches to it. That
is not portable since not all compilers use that syntax for defines.
Luckily, MakeMaker knows how to parse compiler flags and inject
defines passed in -D format via its DEFINE argument. So use DEFINE
instead of CCFLAGS.
0 commit comments