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

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