diff --git a/interfaces/inner_api/session_handler/BUILD.gn b/interfaces/inner_api/session_handler/BUILD.gn index 1805c2883a..75cc32c9b8 100644 --- a/interfaces/inner_api/session_handler/BUILD.gn +++ b/interfaces/inner_api/session_handler/BUILD.gn @@ -34,15 +34,6 @@ config("session_handler_config") { ohos_shared_library("session_handler") { branch_protector_ret = "pac_ret" - sanitize = { - integer_overflow = true - ubsan = true - boundary_sanitize = true - cfi = true - cfi_cross_dso = true - cfi_vcall_icall_only = true - debug = false - } sources = [ "src/session_handler_proxy.cpp", "src/session_handler_stub.cpp",