Skip to content

Commit b19d9d9

Browse files
authored
Enable control flow guard for IIS dlls (#22609)
1 parent 24b9e84 commit b19d9d9

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)