From 50ec9600e1c164ffaa8957bddb65c15edb05d772 Mon Sep 17 00:00:00 2001 From: Anna Antipina Date: Sat, 6 Sep 2025 15:12:25 +0300 Subject: [PATCH] Enable AOT verifier by default Enable ahead-of-time verification by default in runtime Change-Id: Ifb014961a3ced2812aacb8c194faa7b9f05e941a Signed-off-by: Anna Antipina --- static_core/runtime/options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_core/runtime/options.yaml b/static_core/runtime/options.yaml index 4e94c55c52..ecb37b4f82 100644 --- a/static_core/runtime/options.yaml +++ b/static_core/runtime/options.yaml @@ -733,7 +733,7 @@ options: - name: verification-mode type: std::string - default: disabled + default: ahead-of-time possible_values: - disabled - on-the-fly -- Gitee