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 trent
Recipients koobs, skrah, trent
Date 2012-08-21.21:29:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345584581.07.0.102502771699.issue15757@psf.upfronthosting.co.za>
In-reply-to
Content
All the FreeBSD build slaves seem to be experiencing the same symptom: ./configure --with-pydebug eventually results in this:

    gcc -pthread -c -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes  -O2 -pipe -fno-strict-aliasing -Wall -march=native   -I. -I./Include    -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c

What I find odd:

  % grep -e '-O2' Makefile | wc -l
         0

There are references to -O2 elsewhere, like in configure.ac|configure, but, the Makefile doesn't source any of those.  (Right?)

This is occurring on all of my slaves as well as others, so I'm pretty sure it's not just specific to my environment.
History
Date User Action Args
2012-08-21 21:29:41trentsetrecipients: + trent, skrah, koobs
2012-08-21 21:29:41trentsetmessageid: <1345584581.07.0.102502771699.issue15757@psf.upfronthosting.co.za>
2012-08-21 21:29:40trentlinkissue15757 messages
2012-08-21 21:29:39trentcreate