[New-bugs-announce] [issue15792] Fix compiler options for x64 builds on Windows
Jeremy Kloth
report at bugs.python.org
Mon Aug 27 16:17:31 CEST 2012
New submission from Jeremy Kloth:
The attached patch fixes the compiler options used for building the x64 platform.
- In VC10 the passing /GS- as an additional option has been replaced by the MSBuild BufferSecurityCheck command
- The /USECL:xxx option is only for the VSExtComp plugin for VS.NET 2003 (VC7.1) used to build a 64-bit Python 2.5
The attached patch modifies the x64 properties for VS8/9/10.
----------
components: Build
files: pcbuild.diff
keywords: patch
messages: 169200
nosy: jkloth
priority: normal
severity: normal
status: open
title: Fix compiler options for x64 builds on Windows
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27015/pcbuild.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15792>
_______________________________________
More information about the New-bugs-announce
mailing list