!66 SR20231206449177

Merge pull request !66 from 曹娟娟/N/A
This commit is contained in:
李自然 2024-04-12 08:38:19 +00:00 committed by Gitee
commit 07c7be7092
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 12 deletions

View File

@ -40,11 +40,10 @@ ohos_shared_library("cast_engine_client") {
subsystem_name = "castplus"
part_name = "cast_engine"
part_name = "cast_engine"
sanitize = {
cfi = true
debug = false #调试模式可置为true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret" #加入 PAC 后向 CFI 开启选项
stack_protector_ret = true #软件后向CFI
branch_protector_ret = "pac_ret"
}

View File

@ -56,11 +56,10 @@ ohos_shared_library("cast") {
relative_install_dir = "module"
subsystem_name = "castplus"
part_name = "cast_engine"
part_name = "cast_engine"
sanitize = {
cfi = true
debug = false #调试模式可置为true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret" #加入 PAC 后向 CFI 开启选项
stack_protector_ret = true #软件后向CFI
branch_protector_ret = "pac_ret"
}

View File

@ -59,11 +59,10 @@ ohos_shared_library("cast_engine_service") {
subsystem_name = "castplus"
part_name = "cast_engine"
part_name = "cast_engine"
sanitize = {
cfi = true
debug = false #调试模式可置为true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret" #加入 PAC 后向 CFI 开启选项
stack_protector_ret = true #软件后向CFI
branch_protector_ret = "pac_ret"
}