From 8f499fbe9baf68ef880da2ffe4812fbed1e5c1fa Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:33:23 -0700 Subject: Decouple debug level control from separate-debug-info (#8680) Fixes https://github.com/shader-slang/slang/issues/8649 --- source/slang/slang-options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/slang') diff --git a/source/slang/slang-options.cpp b/source/slang/slang-options.cpp index 2115a096f..fa185d54a 100644 --- a/source/slang/slang-options.cpp +++ b/source/slang/slang-options.cpp @@ -3254,7 +3254,6 @@ SlangResult OptionsParser::_parse(int argc, char const* const* argv) { // This will emit a separate debug file, containing all debug info in // a .dbg.spv file. The main output SPIRV will have all debug info stripped. - m_compileRequest->setDebugInfoLevel(SLANG_DEBUG_INFO_LEVEL_MAXIMAL); linkage->m_optionSet.set(OptionKind::EmitSeparateDebug, true); break; } -- cgit v1.2.3