Skip to content

Commit eb2a828

Browse files
committed
verbose linking process
1 parent 09c664f commit eb2a828

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/compilation_on_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
mkdir build && cd build
113113
cmake .. -DCMAKE_C_FLAGS="-Werror"
114-
cmake --build . --config Release --parallel 4
114+
cmake --build . --config Release --verbose
115115
working-directory: wamr-compiler
116116

117117
build_iwasm:

wamr-compiler/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,5 +408,7 @@ else()
408408
${UV_A_LIBS})
409409
endif()
410410

411+
target_link_options(wamrc PRIVATE --verbose)
412+
411413
include (GNUInstallDirs)
412414
install (TARGETS wamrc)

0 commit comments

Comments
 (0)