diff --git a/runtime/options.yaml b/runtime/options.yaml index 44a03eba719a5cf7da142dd717d53ae312256f64..4a3133d40aa1d3ff258bf03c4208293eb58ad78c 100644 --- a/runtime/options.yaml +++ b/runtime/options.yaml @@ -552,3 +552,13 @@ options: type: std::string default: "default" description: Path to generated icu data file + +- name: enable-stub-aot + type: bool + default: false + description: enable aot of fast stub + +- name: stub-module-file + type: std::string + default: "stub.m" + description: Path to stub module file