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 trent
Recipients koobs, skrah, trent
Date 2012-08-21.21:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345584882.09.0.882333330151.issue15757@psf.upfronthosting.co.za>
In-reply-to
Content
Ah!


% gmake
gcc -pthread -c -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes    -I. -I./Include    -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
gcc -pthread -c -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes    -I. -I./Include    -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
^C

% make

% make
gcc -pthread -c -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes  -O2 -pipe   -I. -I./Include    -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
gcc -pthread -c -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes  -O2 -pipe   -I. -I./Include    -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
gcc -pthread -c -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes  -O2 -pipe   -I. -I./Include    -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
^C

So, the default BSD make likes to add in -O2 -pipe.  I'll do a bit more digging.
History
Date User Action Args
2012-08-21 21:34:42trentsetrecipients: + trent, skrah, koobs
2012-08-21 21:34:42trentsetmessageid: <1345584882.09.0.882333330151.issue15757@psf.upfronthosting.co.za>
2012-08-21 21:34:41trentlinkissue15757 messages
2012-08-21 21:34:41trentcreate