From aa15c211c9a76ab677d56e2a7b4474a5da5df2eb Mon Sep 17 00:00:00 2001 From: getingke Date: Mon, 25 Oct 2021 15:27:13 +0800 Subject: [PATCH] fixed for stub aot compiler Signed-off-by: getingke Change-Id: If0d3415b648df6c5e38b749bd2ecc00f06b85813 --- runtime/options.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/runtime/options.yaml b/runtime/options.yaml index 44a03eba71..4a3133d40a 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 -- Gitee