安全编译选项整改

Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
zhangdd_ewan 2024-08-21 10:41:18 +08:00
parent 1c652a8f43
commit 527742f3b0

View File

@ -32,7 +32,7 @@ ohos_shared_library("i18n_sa_client") {
cfi_cross_dso = true
debug = false
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
sources = [
"./src/i18n_service_ability_client.cpp",
@ -62,7 +62,7 @@ ohos_shared_library("i18n_sa") {
cfi_cross_dso = true
debug = false
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
sources = [
"./src/i18n_service_ability.cpp",