From ba75ae14e714c8bd7558f625ff45fb9cfc2292b3 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:08:53 -0700 Subject: Add MinSizeRel to cmake default preset explicitly (#6872) Co-authored-by: Yong He --- CMakePresets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index d2c863986..2632f522c 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -13,7 +13,8 @@ "binaryDir": "${sourceDir}/build", "cacheVariables": { "CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$:Debug>", - "SLANG_ENABLE_IR_BREAK_ALLOC": "$<$:TRUE>$<$>:FALSE>" + "SLANG_ENABLE_IR_BREAK_ALLOC": "$<$:TRUE>$<$>:FALSE>", + "CMAKE_CONFIGURATION_TYPES": "Debug;Release;RelWithDebInfo;MinSizeRel" } }, { -- cgit v1.2.3