mirror of
https://github.com/reactos/CMake.git
synced 2025-01-24 20:55:22 +00:00
Merge topic 'vs-link-guard-cf'
82a5c2c6 VS: Fix support for '/guard:cf' linker flag Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1018
This commit is contained in:
commit
f973d49ab9
@ -134,9 +134,6 @@ static cmVS7FlagTable cmVS140LinkFlagTable[] = {
|
||||
{ "CLRSupportLastError", "CLRSupportLastError:SYSTEMDLL", "System Dlls Only",
|
||||
"SystemDlls", 0 },
|
||||
|
||||
{ "LinkControlFlowGuard", "guard:cf", "Enable Security Check with Guard",
|
||||
"Guard", 0 },
|
||||
|
||||
// Bool Properties
|
||||
{ "LinkIncremental", "INCREMENTAL:NO", "", "false", 0 },
|
||||
{ "LinkIncremental", "INCREMENTAL", "", "true", 0 },
|
||||
|
@ -135,9 +135,6 @@ static cmVS7FlagTable cmVS141LinkFlagTable[] = {
|
||||
{ "CLRSupportLastError", "CLRSupportLastError:SYSTEMDLL", "System Dlls Only",
|
||||
"SystemDlls", 0 },
|
||||
|
||||
{ "LinkControlFlowGuard", "guard:cf", "Enable Security Check with Guard",
|
||||
"Guard", 0 },
|
||||
|
||||
// Bool Properties
|
||||
{ "LinkIncremental", "INCREMENTAL:NO", "", "false", 0 },
|
||||
{ "LinkIncremental", "INCREMENTAL", "", "true", 0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user