mirror of
https://gitee.com/openharmony/castengine_cast_framework
synced 2024-11-23 06:29:46 +00:00
commit
07c7be7092
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user