mirror of
https://gitee.com/openharmony/hiviewdfx_hiview
synced 2024-11-23 17:19:57 +00:00
删除无效编译选项
Signed-off-by: caoxiaogang <cxg344685003@163.com>
This commit is contained in:
parent
26ae0c37e3
commit
0bb9868b22
@ -96,13 +96,6 @@ ohos_source_set("hiview_base") {
|
||||
}
|
||||
|
||||
ohos_shared_library("hiviewbase") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
cfi_vcall_icall_only = true
|
||||
debug = false
|
||||
}
|
||||
all_dependent_configs = [ ":hiview_base_config" ]
|
||||
public_configs = [ ":hiview_base_config" ]
|
||||
public_configs += [ "event_report:hiview_event_report_config" ]
|
||||
|
@ -24,14 +24,6 @@ config("ucolletciton_utility_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("libucollection_utility") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
cfi_vcall_icall_only = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
public_configs = [ ":ucolletciton_utility_config" ]
|
||||
sources = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user