1
0
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:
Brad King
2025-08-20 17:55:18 -04:00
parent 398ce8af72
commit 6f0d245083
2 changed files with 14 additions and 14 deletions

View File

@@ -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:",

View File

@@ -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:",