This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert to the correct value of lddlflags for AddressSanitizer
authorVincent Pit <perl@profvince.com>
Fri, 22 Jun 2012 12:02:20 +0000 (14:02 +0200)
committerVincent Pit <perl@profvince.com>
Fri, 22 Jun 2012 12:07:39 +0000 (14:07 +0200)
commite8596d90a5ef66446c82c28e0de9cc5236881ef2
tree6db3b51b61fc09265038f6347c47ca10ba6c9eef
parentd1fd485682fa8846df109f5c826d514b9351ba0b
Revert to the correct value of lddlflags for AddressSanitizer

-Afoo=val appends 'val' to the value of variable foo after the platform
hints are processed, but before the default value is computed by Configure.
At this time, 'foo' appears as non-empty and Configure skips the default
logic. This is the reason -shared must always be added to lddlflags.

I don't know why I didn't caught this while testing AddressSanitizer builds.
pod/perlhacktips.pod