summaryrefslogtreecommitdiffstats
path: root/source/core/slang-visual-studio-compiler-util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-visual-studio-compiler-util.cpp')
-rw-r--r--source/core/slang-visual-studio-compiler-util.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core/slang-visual-studio-compiler-util.cpp b/source/core/slang-visual-studio-compiler-util.cpp
index 8797c3384..356f21a25 100644
--- a/source/core/slang-visual-studio-compiler-util.cpp
+++ b/source/core/slang-visual-studio-compiler-util.cpp
@@ -119,6 +119,10 @@ namespace Slang
cmdLine.addArg("/MD");
break;
}
+ case DebugInfoType::None:
+ {
+ break;
+ }
case DebugInfoType::Maximal:
{
// Multithreaded statically linked *debug* runtime library