diff --git a/ets_environment/frameworks/ets_environment/src/ets_environment.cpp b/ets_environment/frameworks/ets_environment/src/ets_environment.cpp index 28784aa68724ccb76c5fc14b370a135c1bda7e77..a92d934d5b5a96c002ea586efc82c8687028f3be 100644 --- a/ets_environment/frameworks/ets_environment/src/ets_environment.cpp +++ b/ets_environment/frameworks/ets_environment/src/ets_environment.cpp @@ -247,6 +247,7 @@ bool ETSEnvironment::Initialize(const std::shared_ptr e options.push_back(ani_option { "--ext:--compiler-enable-jit=false", nullptr }); options.push_back(ani_option { "--ext:--log-level=info", nullptr }); options.push_back(ani_option { "--ext:taskpool-support-interop=true", nullptr }); + options.push_back(ani_option { "--ext:--verification-mode=disabled", nullptr }); std::string interpreerMode = "--ext:--interpreter-type=cpp"; std::string debugEnalbeMode = "--ext:--debugger-enable=true"; std::string debugLibraryPathMode = "--ext:--debugger-library-path=/system/lib64/libarkinspector.so";