From ccc75cdd9508a4e19efa22e7c911cc2013f514fa Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 13 Feb 2025 03:29:36 -0800 Subject: Reflection Fixes. (#6346) * Fix 6317. * Fixes #6316. * Fix cmake preset. --------- Co-authored-by: Ellie Hermaszewska --- CMakePresets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakePresets.json') diff --git a/CMakePresets.json b/CMakePresets.json index b0fa9b8bf..86ba402b2 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -12,7 +12,8 @@ "generator": "Ninja Multi-Config", "binaryDir": "${sourceDir}/build", "cacheVariables": { - "CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$:Debug>" + "CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$:Debug>", + "SLANG_ENABLE_IR_BREAK_ALLOC": "$<$:TRUE>$<$>:FALSE>" } }, { -- cgit v1.2.3