[Python-Dev] Win64 AMD64 (aka x64) binaries available64

"Martin v. Löwis" martin at v.loewis.de
Sun Apr 23 18:25:47 CEST 2006


Anthony Baxter wrote:
> On Saturday 22 April 2006 15:27, Neal Norwitz wrote:
>> In case it wasn't clear, the /Wp64 flag is available in icc
>> (Intel's C compiler).
> 
> Is it worth turning this on for the icc ubuntu buildbot? Anyone got 
> ideas on the best way to do this? Should I just set CFLAGS="-Wp64" 
> before running the buildbot on the box (it's sitting 2 feet behind my 
> head in the rack in my study(*))
> 
> Anthony
> 
> (*) Yes, I have an almost-rack of machines in my house. And yes, this 
> scares me.

You should be scared what people are doing with your machines :-) From

http://www.python.org/dev/buildbot/trunk/x86%20Ubuntu%20dapper%20%28icc%29%20trunk/builds/229/step-compile/0

'OPT': '-Wp64 -g -O3'

icc -pthread -c -fno-strict-aliasing -Wp64 -g -O3  -I. -I./Include
-DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c

Regards,
Martin


More information about the Python-Dev mailing list