Browse Source

slogd LOG_CPP

tags/v1.2.0
taoxiangdong 3 years ago
parent
commit
7a91444650
2 changed files with 4 additions and 9 deletions
  1. +1
    -0
      ge/graph/build/memory/CMakeLists.txt
  2. +3
    -9
      ge/offline/CMakeLists.txt

+ 1
- 0
ge/graph/build/memory/CMakeLists.txt View File

@@ -18,6 +18,7 @@ target_compile_options(ge_memory PRIVATE

target_compile_definitions(ge_memory PRIVATE
google=ascend_private
LOG_CPP
)

target_link_libraries(ge_memory PRIVATE


+ 3
- 9
ge/offline/CMakeLists.txt View File

@@ -63,14 +63,12 @@ target_link_libraries(atc PRIVATE
c_sec
graph
error_manager
-Wl,--start-group
slog
ge_compiler
-Wl,--end-group
parser_common
gflags
json
runtime_compile
slog
static_mmpa
-lrt
-ldl
@@ -125,14 +123,12 @@ target_link_libraries(atc_atc.bin PRIVATE
c_sec
graph
error_manager
-Wl,--start-group
slog
ge_compiler
-Wl,--end-group
parser_common
gflags
json
runtime_compile
slog
static_mmpa
-lrt
-ldl
@@ -192,14 +188,12 @@ target_link_libraries(fwk_atc.bin PRIVATE
c_sec
graph
error_manager
-Wl,--start-group
slog
ge_runner
-Wl,--end-group
parser_common
gflags
json
runtime
slog
static_mmpa
-lrt
-ldl


Loading…
Cancel
Save