We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93cb8a commit 8e55b49Copy full SHA for 8e55b49
CMakePresets.json
@@ -22,6 +22,7 @@
22
"binaryDir": "${sourceDir}/build.em",
23
"cacheVariables": {
24
"SLANG_SLANG_LLVM_FLAVOR": "DISABLE",
25
+ "SLANG_ENABLE_SPLIT_DEBUG_INFO": "OFF",
26
"CMAKE_C_FLAGS_INIT": "-fwasm-exceptions -Os",
27
"CMAKE_CXX_FLAGS_INIT": "-fwasm-exceptions -Os",
28
"CMAKE_EXE_LINKER_FLAGS": "-sASSERTIONS -sALLOW_MEMORY_GROWTH -fwasm-exceptions --export=__cpp_exception"
0 commit comments