mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-27 01:00:54 +00:00
开启PAC后向cfi
Signed-off-by: LY <liuyong235@huawei.com>
This commit is contained in:
parent
56a29167a5
commit
339006b31e
@ -74,6 +74,7 @@ config("intl_util_config") {
|
||||
]
|
||||
}
|
||||
ohos_shared_library("intl_util") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
public_configs = [ ":intl_util_config" ]
|
||||
include_dirs = []
|
||||
sources = [
|
||||
|
@ -21,6 +21,7 @@ config("zone_util_public_configs") {
|
||||
}
|
||||
|
||||
ohos_shared_library("zone_util") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
public_configs = [ ":zone_util_public_configs" ]
|
||||
sources = [ "src/zone_util.cpp" ]
|
||||
cflags_cc = [
|
||||
|
Loading…
Reference in New Issue
Block a user