This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jeffrey.Walton
Recipients Jeffrey.Walton, benjamin.peterson, brett.cannon, ned.deily
Date 2014-03-15.22:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH8yC8=rJWtQNezaK9HiJ_uEiUW0ozEq6X=u99yFwmR+Jb4jDA@mail.gmail.com>
In-reply-to <1394922841.94.0.917176717651.issue20935@psf.upfronthosting.co.za>
Content
On Sat, Mar 15, 2014 at 6:34 PM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson added the comment:
>
> Just use LDFLAGS.
Yeah, I tried that and broke the sanitizer:
https://groups.google.com/d/msg/address-sanitizer/cu2WoD1Bwx8/zUoY9GH7oHkJ.

The other fallback is to stuff it into CC and CXX. But that breaks
some autotool projects. (Python is OK, though).

Jeff
History
Date User Action Args
2014-03-15 22:55:44Jeffrey.Waltonsetrecipients: + Jeffrey.Walton, brett.cannon, benjamin.peterson, ned.deily
2014-03-15 22:55:44Jeffrey.Waltonlinkissue20935 messages
2014-03-15 22:55:44Jeffrey.Waltoncreate