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 georg.brandl, loewis, metageek, skrah
Date 2010-08-21.23:05:52
SpamBayes Score 9.3198876e-05
Marked as misclassified No
Message-id <1282431953.99.0.977321694737.issue4594@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-08-21 23:05:54skrahsetrecipients: + skrah, loewis, georg.brandl, metageek
2010-08-21 23:05:53skrahsetmessageid: <1282431953.99.0.977321694737.issue4594@psf.upfronthosting.co.za>
2010-08-21 23:05:52skrahlinkissue4594 messages
2010-08-21 23:05:52skrahcreate