Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.

This commit is contained in:
Tim Golden 2013-10-27 20:04:12 +00:00
parent 6d09f09d8b
commit bb4b0aa51b
3 changed files with 4 additions and 2 deletions

View file

@ -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
-----------

View file

@ -8,7 +8,7 @@
>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/USECL:MS_OPTERON /GS-"
AdditionalOptions="/GS-"
PreprocessorDefinitions="_WIN64;_M_X64"
/>
<Tool

View file

@ -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>