summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/options.cpp')
-rw-r--r--tools/render-test/options.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/options.cpp b/tools/render-test/options.cpp
index 1d7c3cc2e..57d4a2641 100644
--- a/tools/render-test/options.cpp
+++ b/tools/render-test/options.cpp
@@ -222,6 +222,10 @@ static gfx::DeviceType _toRenderType(Slang::RenderApiType apiType)
//
// TODO: At some point we could warn/error and deprecate this option.
}
+ else if (argValue == "-g0")
+ {
+ outOptions.disableDebugInfo = true;
+ }
else if (argValue == "-allow-glsl")
{
outOptions.allowGLSL = true;