Signed-off-by: sodanotgreen <limengzheng@huawei.com>
This commit is contained in:
sodanotgreen 2024-11-20 15:19:21 +08:00
parent 81c7af3854
commit 073ce2e11d

View File

@ -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",