mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
close cfi
Signed-off-by: liangqi <liangqi22@huawei.com>
This commit is contained in:
parent
463094a5f3
commit
c25b74cc36
@ -150,11 +150,6 @@ if (defined(ohos_lite)) {
|
||||
}
|
||||
|
||||
ohos_shared_library("softbus_adapter") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_so = true
|
||||
debug = false
|
||||
}
|
||||
include_dirs = [
|
||||
"$dsoftbus_root_path/interfaces/kits",
|
||||
"$dsoftbus_root_path/interfaces/kits/common",
|
||||
|
@ -131,11 +131,6 @@ if (defined(ohos_lite)) {
|
||||
include_dirs += conn_common_inc + trans_common_inc
|
||||
}
|
||||
ohos_shared_library("softbus_utils") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_so = true
|
||||
debug = false
|
||||
}
|
||||
include_dirs = [
|
||||
"$dsoftbus_root_path/interfaces/kits/common",
|
||||
"$dsoftbus_root_path/core/bus_center/utils/include",
|
||||
|
@ -155,11 +155,6 @@ if (defined(ohos_lite)) {
|
||||
part_name = "dsoftbus"
|
||||
}
|
||||
ohos_shared_library("softbus_server") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_so = true
|
||||
debug = false
|
||||
}
|
||||
defines = AUTH_SERVER_DEFINES
|
||||
defines += [ "__STDC_FORMAT_MACROS" ]
|
||||
include_dirs = dsoftbus_server_common_inc
|
||||
|
@ -86,11 +86,6 @@ target(build_type, "softbus_client") {
|
||||
}
|
||||
ldflags = [ "-lstdc++" ]
|
||||
} else {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_so = true
|
||||
debug = false
|
||||
}
|
||||
version_script = "libsoftbus_client_map"
|
||||
cflags = [ "-fPIC" ]
|
||||
cflags_cc = [ "-std=c++14" ]
|
||||
|
Loading…
Reference in New Issue
Block a user