mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
This commit is contained in:
parent
6d09f09d8b
commit
bb4b0aa51b
3 changed files with 4 additions and 2 deletions
|
@ -129,6 +129,8 @@ Build
|
|||
- Issue #19356: Avoid using a C variabled named "_self", it's a reserved
|
||||
word in some C compilers.
|
||||
|
||||
- Issue #15792: Correct build options on Win64. Patch by Jeremy Kloth.
|
||||
|
||||
Tools/Demos
|
||||
-----------
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/USECL:MS_OPTERON /GS-"
|
||||
AdditionalOptions="/GS-"
|
||||
PreprocessorDefinitions="_WIN64;_M_X64"
|
||||
/>
|
||||
<Tool
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<AdditionalOptions>/USECL:MS_OPTERON /GS- %(AdditionalOptions)</AdditionalOptions>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<PreprocessorDefinitions>_WIN64;_M_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue