diff options
Diffstat (limited to 'runtime/runtime_options.def')
| -rw-r--r-- | runtime/runtime_options.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index ad748b04d3..e68a1b2681 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -123,7 +123,6 @@ RUNTIME_OPTIONS_KEY (ExperimentalFlags, Experimental, ExperimentalFlags::k RUNTIME_OPTIONS_KEY (std::vector<ti::Agent>, AgentLib) // -agentlib:<libname>=<options> RUNTIME_OPTIONS_KEY (std::vector<ti::Agent>, AgentPath) // -agentpath:<libname>=<options> RUNTIME_OPTIONS_KEY (std::vector<Plugin>, Plugins) // -Xplugin:<library> -RUNTIME_OPTIONS_KEY (Unit, FullyDeoptable) // -Xfully-deoptable // Not parse-able from command line, but can be provided explicitly. // (Do not add anything here that is defined in ParsedOptions::MakeParser) |