[Python-Dev] Win64 AMD64 (aka x64) binaries available64 (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Apr 23 18:25:47 CEST 2006
- Previous message: [Python-Dev] Win64 AMD64 (aka x64) binaries available64
- Next message: [Python-Dev] int()'s ValueError behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
'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
- Previous message: [Python-Dev] Win64 AMD64 (aka x64) binaries available64
- Next message: [Python-Dev] int()'s ValueError behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]