mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 05:50:44 +00:00
branch_protector_ret add
Signed-off-by: w30052974 <wangyifan94@huawei.com>
This commit is contained in:
parent
a12639e327
commit
e3195c22ba
@ -38,6 +38,7 @@ nnrt_core_sources = [
|
||||
]
|
||||
|
||||
ohos_shared_library("libneural_network_core") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sources = nnrt_core_sources
|
||||
output_extension = "so"
|
||||
|
||||
|
@ -164,6 +164,7 @@ ops_sources = [
|
||||
]
|
||||
|
||||
ohos_shared_library("libneural_network_runtime") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sources = nnrt_sources
|
||||
sources += ops_sources
|
||||
output_extension = "so"
|
||||
|
Loading…
Reference in New Issue
Block a user