mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-26 11:04:33 +00:00
VS: Fix /dynamicdeopt flag table entry order for v145 toolset
Sort the longer options before the shorter ones.
This commit is contained in:
parent
398ce8af72
commit
6f0d245083
@ -875,13 +875,6 @@
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "UseDynamicDebugging",
|
||||
"switch": "dynamicdeopt",
|
||||
"comment": "Support C++ Dynamic Debugging",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "CompileAsWinRT",
|
||||
"switch": "ZW",
|
||||
@ -1522,6 +1515,13 @@
|
||||
"UserValue"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UseDynamicDebugging",
|
||||
"switch": "dynamicdeopt",
|
||||
"comment": "Support C++ Dynamic Debugging",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "WarningVersion",
|
||||
"switch": "Wv:",
|
||||
|
||||
@ -683,13 +683,6 @@
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "UseDynamicDebugging",
|
||||
"switch": "dynamicdeopt",
|
||||
"comment": "Support C++ Dynamic Debugging",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "LargeAddressAware",
|
||||
"switch": "LARGEADDRESSAWARE:NO",
|
||||
@ -1164,6 +1157,13 @@
|
||||
"UserValue"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UseDynamicDebugging",
|
||||
"switch": "dynamicdeopt",
|
||||
"comment": "Support C++ Dynamic Debugging",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "HeapReserveSize",
|
||||
"switch": "HEAP:",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user