Enable control flow guard for IIS dlls (#22609)
This commit is contained in:
parent
24b9e84276
commit
b19d9d9540
|
|
@ -26,6 +26,7 @@
|
|||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<TreatWarningAsError Condition="'$(TreatWarningsAsErrors)' != ''">true</TreatWarningAsError>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ControlFlowGuard>Guard</ControlFlowGuard>
|
||||
<StringPooling>true</StringPooling>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
|
|
|
|||
Loading…
Reference in New Issue