close cfi

Signed-off-by: liangqi <liangqi22@huawei.com>
This commit is contained in:
liangqi 2023-04-13 11:03:03 +08:00
parent 463094a5f3
commit c25b74cc36
4 changed files with 0 additions and 20 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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

View File

@ -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" ]