diff options
Diffstat (limited to 'runtime/runtime_options.def')
| -rw-r--r-- | runtime/runtime_options.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index cfc681f23f..3d23e20e1e 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -142,4 +142,6 @@ RUNTIME_OPTIONS_KEY (void (*)(int32_t status), \ // Runtime::Abort. RUNTIME_OPTIONS_KEY (void (*)(), HookAbort, nullptr) +RUNTIME_OPTIONS_KEY (bool, SlowDebug, false) + #undef RUNTIME_OPTIONS_KEY |