Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3046fe4 commit f2f48c5Copy full SHA for f2f48c5
2 files changed
PC/VS9.0/x64.vsprops
@@ -8,7 +8,7 @@
8
>
9
<Tool
10
Name="VCCLCompilerTool"
11
- AdditionalOptions="/USECL:MS_OPTERON /GS-"
+ AdditionalOptions="/GS-"
12
PreprocessorDefinitions="_WIN64;_M_X64"
13
/>
14
PCbuild/x64.props
@@ -5,7 +5,7 @@
5
</PropertyGroup>
6
<ItemDefinitionGroup>
7
<ClCompile>
- <AdditionalOptions>/USECL:MS_OPTERON /GS- %(AdditionalOptions)</AdditionalOptions>
+ <BufferSecurityCheck>false</BufferSecurityCheck>
<PreprocessorDefinitions>_WIN64;_M_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
0 commit comments