mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
VS: Fix /dynamicdeopt
flag table entry order for v145 toolset
Sort the longer options before the shorter ones.
This commit is contained in:
@@ -875,13 +875,6 @@
|
|||||||
"value": "true",
|
"value": "true",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "UseDynamicDebugging",
|
|
||||||
"switch": "dynamicdeopt",
|
|
||||||
"comment": "Support C++ Dynamic Debugging",
|
|
||||||
"value": "true",
|
|
||||||
"flags": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "CompileAsWinRT",
|
"name": "CompileAsWinRT",
|
||||||
"switch": "ZW",
|
"switch": "ZW",
|
||||||
@@ -1522,6 +1515,13 @@
|
|||||||
"UserValue"
|
"UserValue"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "UseDynamicDebugging",
|
||||||
|
"switch": "dynamicdeopt",
|
||||||
|
"comment": "Support C++ Dynamic Debugging",
|
||||||
|
"value": "true",
|
||||||
|
"flags": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "WarningVersion",
|
"name": "WarningVersion",
|
||||||
"switch": "Wv:",
|
"switch": "Wv:",
|
||||||
|
@@ -683,13 +683,6 @@
|
|||||||
"value": "true",
|
"value": "true",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "UseDynamicDebugging",
|
|
||||||
"switch": "dynamicdeopt",
|
|
||||||
"comment": "Support C++ Dynamic Debugging",
|
|
||||||
"value": "true",
|
|
||||||
"flags": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "LargeAddressAware",
|
"name": "LargeAddressAware",
|
||||||
"switch": "LARGEADDRESSAWARE:NO",
|
"switch": "LARGEADDRESSAWARE:NO",
|
||||||
@@ -1164,6 +1157,13 @@
|
|||||||
"UserValue"
|
"UserValue"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "UseDynamicDebugging",
|
||||||
|
"switch": "dynamicdeopt",
|
||||||
|
"comment": "Support C++ Dynamic Debugging",
|
||||||
|
"value": "true",
|
||||||
|
"flags": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "HeapReserveSize",
|
"name": "HeapReserveSize",
|
||||||
"switch": "HEAP:",
|
"switch": "HEAP:",
|
||||||
|
Reference in New Issue
Block a user