Marc-Andre Lemburg <m...@egenix.com> added the comment: Marc-Andre Lemburg wrote: > > Marc-Andre Lemburg <m...@egenix.com> added the comment: > > Mark Dickinson wrote: >> >> Mark Dickinson <dicki...@gmail.com> added the comment: >> >> Since r80665, a >> >> ./configure --with-pydebug >> >> seems to give compilation with -O2 (tested on OS X and Linux). Is this >> intentional? > > Yes. I've restored the previous behavior of configure to > have AC_PROG_CC determine CFLAGS defaults. > > Please open a new ticket to have --with-pydebug disable use > of any optimization flags. We need to find a different > solution for that. Unconditionally ignoring the AC_PROG_CC > CFLAGS defaults is not solution.
Note that using the following line will disable the AC_PROG_CC defaults: ./configure --with-pydebug CFLAGS='' This is a new feature that was introduced previously by Victor and that I corrected in r80665. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8211> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com