Skip to content

Commit 7e46321

Browse files
authored
Merge pull request #42 from git-for-windows/sfxsetup-cfg
SFXSetup: enable Control Flow Guard
2 parents ef8de07 + e96bf4c commit 7e46321

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CPP/7zip/Bundles/SFXSetup/SFXSetup.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<OmitFramePointers>true</OmitFramePointers>
9898
<WholeProgramOptimization>true</WholeProgramOptimization>
9999
<DebugInformationFormat>None</DebugInformationFormat>
100+
<ControlFlowGuard>Guard</ControlFlowGuard>
100101
</ClCompile>
101102
<Midl>
102103
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -184,6 +185,7 @@
184185
<OmitFramePointers>true</OmitFramePointers>
185186
<WholeProgramOptimization>true</WholeProgramOptimization>
186187
<DebugInformationFormat>None</DebugInformationFormat>
188+
<ControlFlowGuard>Guard</ControlFlowGuard>
187189
</ClCompile>
188190
<Midl>
189191
<SuppressStartupBanner>true</SuppressStartupBanner>

0 commit comments

Comments
 (0)