diff options
Diffstat (limited to 'source/slang/compiler.h')
| -rw-r--r-- | source/slang/compiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h index 2a9b60d9b..99ac9d68f 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -361,6 +361,9 @@ namespace Slang // serialization a bottleneck or firewall between the front end and the backend bool useSerialIRBottleneck = false; + // If true will serialize and de-serialize with debug information + bool verifyDebugSerialization = false; + // How should `#line` directives be emitted (if at all)? LineDirectiveMode lineDirectiveMode = LineDirectiveMode::Default; |
