Skip to content

Commit

Permalink
Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjguk committed Oct 27, 2013
1 parent 6d09f09 commit bb4b0aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion PC/VS9.0/x64.vsprops
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/USECL:MS_OPTERON /GS-"
AdditionalOptions="/GS-"
PreprocessorDefinitions="_WIN64;_M_X64"
/>
<Tool
Expand Down
2 changes: 1 addition & 1 deletion PCbuild/x64.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bb4b0aa

Please sign in to comment.