diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-10-29 21:02:25 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-10-29 21:02:25 (GMT) |
commit | f2f48c5620e9e57b9acdaa68ca3cfd31c4e6bd3a (patch) | |
tree | ed11b7421c4aaaedd76c638f856b69ef517f8906 /PC/VS9.0 | |
parent | 3046fe4c039f333c1dc8d7758990df5bcadef873 (diff) | |
download | cpython-f2f48c5620e9e57b9acdaa68ca3cfd31c4e6bd3a.zip cpython-f2f48c5620e9e57b9acdaa68ca3cfd31c4e6bd3a.tar.gz cpython-f2f48c5620e9e57b9acdaa68ca3cfd31c4e6bd3a.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
|