Stefan Krah <stefan-use...@bytereef.org> added the comment:

The new CFLAGS logic is capable of overriding configure options and
CFLAGS are mentioned in ./configure --help. I think OPT is somewhat
obsolete now, so perhaps this could be closed.


$ make CFLAGS="-O2"
gcc -pthread -c -ftest-coverage -fprofile-arcs -fno-strict-aliasing -DNDEBUG -g 
-fwrapv -O3 -Wall -Wstrict-prototypes  -O2  -I. -IInclude -I./Include    
-DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c

----------
keywords: +needs review
nosy: +skrah

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

Reply via email to