From 1894c8657065c73e781930866e64152c2f951d25 Mon Sep 17 00:00:00 2001 From: Nazarov Konstantin Date: Thu, 19 Jun 2025 03:36:33 +0800 Subject: [PATCH] test on-the-fly verification Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICFWPL Signed-off-by: Nazarov Konstantin Change-Id: I939884e328cf3c20e1513afa44feb21b64a411a9 --- 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 19f754f7e9..de10c799d9 100644 --- a/static_core/runtime/options.yaml +++ b/static_core/runtime/options.yaml @@ -728,7 +728,7 @@ options: - name: verification-mode type: std::string - default: disabled + default: ahead-of-time possible_values: - disabled - on-the-fly -- Gitee