Closed mohawk2 closed 2 years ago
It also refactors the repetitive code that has annoyed me when I've had to debug my use of this excellent module, and adds a lot more debugging info when debug
is true.
In this specific case, the problem I was having is that GCC was optimising away the test code I gave as function
, so it linked fine, but the real code obviously then failed. This PR therefore also removes -O
from $Config_ccflags
.
@mattn This would need your approval to run the CI.
I'll look this tonight.
Thank you. I'll ship this in later.
The tests fail when the Perl executable path has a space in it. This fixes that.