Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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

----------
nosy: +amaury.forgeotdarc
resolution:  -> works for me
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11667>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to