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 ronaldoussoren
Recipients Sjlver, brett.cannon, koobs, ned.deily, ronaldoussoren, vstinner
Date 2014-04-02.09:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396431194.07.0.698460125969.issue21122@psf.upfronthosting.co.za>
In-reply-to
Content
This works for me (with a separate build directory):

  CC=clang CXX=clang++ CFLAGS="-g -flto" LDFLAGS="-flto -Wl,-export_dynamic" ../configure

This is on OSX 10.9.2, with Xcode 5.1, and clang --version says:

$ clang --version
Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix

Tests are still running, but so far there are no unexpected failures.
History
Date User Action Args
2014-04-02 09:33:14ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, vstinner, ned.deily, koobs, Sjlver
2014-04-02 09:33:14ronaldoussorensetmessageid: <1396431194.07.0.698460125969.issue21122@psf.upfronthosting.co.za>
2014-04-02 09:33:14ronaldoussorenlinkissue21122 messages
2014-04-02 09:33:13ronaldoussorencreate