mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
VS: Add /arch:NotSet flag table entries for v14x toolsets
Add `/arch:NotSet` to set `EnableEnhancedInstructionSet` to `NotSet`. Discourse-topic: https://discourse.cmake.org/t/8892
This commit is contained in:
committed by
Brad King
parent
5a79ea2799
commit
0031d5effa
@@ -372,7 +372,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EnableEnhancedInstructionSet",
|
||||
"switch": "",
|
||||
"switch": "arch:NotSet",
|
||||
"comment": "Not Set",
|
||||
"value": "NotSet",
|
||||
"flags": []
|
||||
|
||||
@@ -393,7 +393,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EnableEnhancedInstructionSet",
|
||||
"switch": "",
|
||||
"switch": "arch:NotSet",
|
||||
"comment": "Not Set",
|
||||
"value": "NotSet",
|
||||
"flags": []
|
||||
|
||||
@@ -407,7 +407,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EnableEnhancedInstructionSet",
|
||||
"switch": "",
|
||||
"switch": "arch:NotSet",
|
||||
"comment": "Not Set",
|
||||
"value": "NotSet",
|
||||
"flags": []
|
||||
|
||||
@@ -407,7 +407,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EnableEnhancedInstructionSet",
|
||||
"switch": "",
|
||||
"switch": "arch:NotSet",
|
||||
"comment": "Not Set",
|
||||
"value": "NotSet",
|
||||
"flags": []
|
||||
|
||||
Reference in New Issue
Block a user