From 39ba1fbec1f86ff0842bf1db36a0bcb55438d194 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Fri, 3 Jan 2025 12:22:40 +0200 Subject: [PATCH] DNI: enable debug info splitting in WASM build (this is expected to make the WASM build fail) --- CMakePresets.json | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 6367ebee44..b81309af4b 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -22,7 +22,6 @@ "binaryDir": "${sourceDir}/build.em", "cacheVariables": { "SLANG_SLANG_LLVM_FLAVOR": "DISABLE", - "SLANG_ENABLE_SPLIT_DEBUG_INFO": "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"