summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang/slang-options.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}