1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

VS: Remove /guard:cf from v145 link flag table

Apply the change from commit 9e24437c91 (VS: Remove the '/guard:cf' flag
from v143 link flag table, 2022-01-11, v3.22.2~7^2) to the v145 flag
table.
This commit is contained in:
Brad King
2025-08-20 20:47:45 -04:00
parent 5c9085d876
commit 398ce8af72

View File

@@ -935,13 +935,6 @@
"value": "true",
"flags": []
},
{
"name": "LinkControlFlowGuard",
"switch": "guard:cf",
"comment": "Control Flow Guard",
"value": "true",
"flags": []
},
{
"name": "LinkGuardEHContMetadata",
"switch": "guard:ehcont",