From 0cfc60783a5e5a5d55ae23e346e98db63c1854ca Mon Sep 17 00:00:00 2001 From: staphen Date: Fri, 3 Feb 2023 12:02:01 -0500 Subject: [PATCH] Reenable tests on MSVC build --- Packaging/windows/CMakePresets.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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" + } } }, {