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 29, 2013
1 parent 3046fe4 commit f2f48c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 f2f48c5

Please sign in to comment.