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 skip.montanaro
Recipients alecsandru.patrascu, brett.cannon, scoder, skip.montanaro
Date 2015-08-23.15:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440342216.77.0.55962388055.issue24915@psf.upfronthosting.co.za>
In-reply-to
Content
It is executed using the gcc command:

% gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -fprofile-generate -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
clang: warning: argument unused during compilation: '-fprofile-generate'
% type gcc
gcc is /usr/bin/gcc

I have no idea if you can even use something other than clang on Macs now. In any case, the default compiler should work to build Python out of the box, if necessary, by checking things during configure.
History
Date User Action Args
2015-08-23 15:03:36skip.montanarosetrecipients: + skip.montanaro, brett.cannon, scoder, alecsandru.patrascu
2015-08-23 15:03:36skip.montanarosetmessageid: <1440342216.77.0.55962388055.issue24915@psf.upfronthosting.co.za>
2015-08-23 15:03:36skip.montanarolinkissue24915 messages
2015-08-23 15:03:36skip.montanarocreate