Browse Source

Fix bug of ge_executor.

tags/v1.2.0
unknown 3 years ago
parent
commit
feb085cc74
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      ge/executor/CMakeLists.txt

+ 1
- 2
ge/executor/CMakeLists.txt View File

@@ -250,15 +250,14 @@ target_link_options(ge_executor_shared PRIVATE
target_link_libraries(ge_executor_shared PRIVATE target_link_libraries(ge_executor_shared PRIVATE
$<BUILD_INTERFACE:intf_pub> $<BUILD_INTERFACE:intf_pub>
msprofiler msprofiler
static_mmpa
-Wl,--no-as-needed -Wl,--no-as-needed
ge_common ge_common
runtime runtime
slog slog
mmpa
graph graph
register register
error_manager error_manager
ascend_hal_stub
ascend_protobuf ascend_protobuf
c_sec c_sec
-Wl,--as-needed -Wl,--as-needed


Loading…
Cancel
Save