diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-10-27 20:04:12 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-10-27 20:04:12 (GMT) |
commit | bb4b0aa51bc361188ffeee55ee49c7878c067903 (patch) | |
tree | e9ee27abfbe8093c936be8bd54978949ba8f5bac /PC/VS9.0 | |
parent | 6d09f09d8b4f6e45f4b96145bc75500f590de834 (diff) | |
download | cpython-bb4b0aa51bc361188ffeee55ee49c7878c067903.zip cpython-bb4b0aa51bc361188ffeee55ee49c7878c067903.tar.gz cpython-bb4b0aa51bc361188ffeee55ee49c7878c067903.tar.bz2 |
Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
Diffstat (limited to 'PC/VS9.0')
-rw-r--r-- | PC/VS9.0/x64.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS9.0/x64.vsprops b/PC/VS9.0/x64.vsprops index 9f88d44..d06f470 100644 --- a/PC/VS9.0/x64.vsprops +++ b/PC/VS9.0/x64.vsprops @@ -8,7 +8,7 @@ >
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/USECL:MS_OPTERON /GS-"
+ AdditionalOptions="/GS-"
PreprocessorDefinitions="_WIN64;_M_X64"
/>
<Tool
|