diff options
Diffstat (limited to 'source/slang/slang-options.cpp')
| -rw-r--r-- | source/slang/slang-options.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/slang-options.cpp b/source/slang/slang-options.cpp index c76993ca4..e9a8e7e04 100644 --- a/source/slang/slang-options.cpp +++ b/source/slang/slang-options.cpp @@ -498,6 +498,10 @@ struct OptionsParser SLANG_RETURN_ON_FAIL(tryReadCommandLineArgument(sink, arg, &argCursor, argEnd, requestImpl->dumpRepro)); spEnableReproCapture(asExternal(requestImpl)); } + else if (argStr == "-dump-repro-on-error") + { + requestImpl->dumpReproOnError = true; + } else if (argStr == "-extract-repro") { String reproName; |
