diff --git a/Packaging/windows/CMakePresets.json b/Packaging/windows/CMakePresets.json index 6a0c8b3e4..788b20272 100644 --- a/Packaging/windows/CMakePresets.json +++ b/Packaging/windows/CMakePresets.json @@ -21,7 +21,7 @@ }, { "name": "ninja-vcpkg-debug", - "displayName": "Ninja with VcPkg Configure Settings with CMAKE_BUILD_TYPE=RelWithDebInfo", + "displayName": "Ninja with VcPkg Configure Settings with CMAKE_BUILD_TYPE=Debug", "inherits": "ninja-vcpkg", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" @@ -32,7 +32,11 @@ "displayName": "Ninja with VcPkg Configure Settings with CMAKE_BUILD_TYPE=RelWithDebInfo", "inherits": "ninja-vcpkg", "cacheVariables": { - "CMAKE_BUILD_TYPE": "RelWithDebInfo" + "CMAKE_BUILD_TYPE": "RelWithDebInfo", + "DISABLE_LTO": { + "type": "BOOL", + "value": "ON" + } } }, {