summaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 6367ebee4..b0fa9b8bf 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -23,6 +23,7 @@
"cacheVariables": {
"SLANG_SLANG_LLVM_FLAVOR": "DISABLE",
"SLANG_ENABLE_SPLIT_DEBUG_INFO": "OFF",
+ "SLANG_ENABLE_SLANG_RHI": "OFF",
"CMAKE_C_FLAGS_INIT": "-fwasm-exceptions -Os",
"CMAKE_CXX_FLAGS_INIT": "-fwasm-exceptions -Os",
"CMAKE_EXE_LINKER_FLAGS": "-sASSERTIONS -sALLOW_MEMORY_GROWTH -fwasm-exceptions --export=__cpp_exception"