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 skrah
Recipients koobs, skrah, trent
Date 2012-08-22.07:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120822074724.GA12325@sleipnir.bytereef.org>
In-reply-to <1345586300.5.0.087898850836.issue15757@psf.upfronthosting.co.za>
Content
> So, looks like FreeBSD's /usr/share/mk/sys.mk is to blame here.
> It unconditionally sets CFLAGS to `-O2 -pipe`.

I've been debugging this once, too. My conclusion was that if the OS is set up
that way, we shouldn't do anything about it in the Python source tree.

All important features of --with-pydebug should also work if -O0 is overridden
by -O2.

So I think that FreeBSD users who really want -O0 should change sys.mk
or set CFLAGS manually. For the buildbots it should not matter, except
that compile times are slower.
History
Date User Action Args
2012-08-22 07:47:24skrahsetrecipients: + skrah, trent, koobs
2012-08-22 07:47:23skrahlinkissue15757 messages
2012-08-22 07:47:23skrahcreate