Skip to content

Commit 8a4af4f

Browse files
authored
Enable control flow guard for IIS native dlls (#22480)
1 parent 836001c commit 8a4af4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/IIS/build/Build.Settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<PrecompiledHeader>Use</PrecompiledHeader>
2727
<TreatWarningAsError Condition="'$(TreatWarningsAsErrors)' != ''">true</TreatWarningAsError>
2828
<SDLCheck>true</SDLCheck>
29+
<ControlFlowGuard>Guard</ControlFlowGuard>
2930
<StringPooling>true</StringPooling>
3031
</ClCompile>
3132
<Link>

0 commit comments

Comments
 (0)