[issue8211] configure: allow user-provided CFLAGS to override AC_PROG_CC defaults

Mark Dickinson report at bugs.python.org
Wed May 5 14:17:58 CEST 2010


Mark Dickinson <dickinsm at 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?

I'm getting, e.g.,

gcc -c  -g -O2 -g -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c

----------
nosy: +mark.dickinson
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8211>
_______________________________________


More information about the Python-bugs-list mailing list