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 dba648e785..4121ad69ed 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -152,4 +152,6 @@ RUNTIME_OPTIONS_KEY (bool, SlowDebug, false) RUNTIME_OPTIONS_KEY (unsigned int, GlobalRefAllocStackTraceLimit, 0) // 0 = off RUNTIME_OPTIONS_KEY (Unit, UseStderrLogger) +RUNTIME_OPTIONS_KEY (Unit, OnlyUseSystemOatFiles) + #undef RUNTIME_OPTIONS_KEY |