mirror of
https://gitee.com/openharmony/global_i18n
synced 2025-02-18 15:10:53 +00:00
安全编译选项整改
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
parent
1c652a8f43
commit
527742f3b0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user