Skip to content

Commit

Permalink
Enable control flow guard for IIS dlls (#22608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotalik committed Jun 11, 2020
1 parent 1a560b6 commit d4f43e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Servers/IIS/build/Build.Settings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<TreatWarningAsError Condition="'$(TreatWarningsAsErrors)' != ''">true</TreatWarningAsError>
<SDLCheck>true</SDLCheck>
<ControlFlowGuard>Guard</ControlFlowGuard>
<StringPooling>true</StringPooling>
</ClCompile>
<Link>
Expand Down Expand Up @@ -88,4 +89,4 @@
<AssemblyBuild>$(_TwoDigitYear)$(_ThreeDigitDayOfYear)</AssemblyBuild>
</PropertyGroup>

</Project>
</Project>

0 comments on commit d4f43e7

Please sign in to comment.