summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-02-13 03:29:36 -0800
committerGitHub <noreply@github.com>2025-02-13 19:29:36 +0800
commitccc75cdd9508a4e19efa22e7c911cc2013f514fa (patch)
tree6cc198fcb0d5a58b58f56705ef134bbd5f584587 /CMakePresets.json
parent8406b5647a61fb70be4e041a76c1b64b05a70452 (diff)
Reflection Fixes. (#6346)
* Fix 6317. * Fixes #6316. * Fix cmake preset. --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json3
1 files changed, 2 insertions, 1 deletions
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$<$<CONFIG:Debug>:Debug>"
+ "CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$<CONFIG:Debug>:Debug>",
+ "SLANG_ENABLE_IR_BREAK_ALLOC": "$<$<CONFIG:Debug>:TRUE>$<$<NOT:$<CONFIG:Debug>>:FALSE>"
}
},
{