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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, drkirkby
Date 2011-03-25.09:16:44
SpamBayes Score 0.00039794875
Marked as misclassified No
Message-id <1301044605.82.0.811809565464.issue11667@psf.upfronthosting.co.za>
In-reply-to
Content
You should override the OPT variable as well. I tried:

$ CFLAGS="" OPT="-fwrapv -O3 -Wall" ./configure

Then "make" shows lines like:

gcc -pthread -c -fno-strict-aliasing  -DNDEBUG -fwrapv -O3 -Wall  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
History
Date User Action Args
2011-03-25 09:16:45amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, drkirkby
2011-03-25 09:16:45amaury.forgeotdarcsetmessageid: <1301044605.82.0.811809565464.issue11667@psf.upfronthosting.co.za>
2011-03-25 09:16:44amaury.forgeotdarclinkissue11667 messages
2011-03-25 09:16:44amaury.forgeotdarccreate