mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-13 17:47:49 +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",
|
||||
"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:",
|
||||
|
Reference in New Issue
Block a user