verbose linking process

This commit is contained in:
liang.he@intel.com 2026-03-20 09:06:44 +08:00
parent 09c664f974
commit eb2a828e55
2 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
run: | run: |
mkdir build && cd build mkdir build && cd build
cmake .. -DCMAKE_C_FLAGS="-Werror" cmake .. -DCMAKE_C_FLAGS="-Werror"
cmake --build . --config Release --parallel 4 cmake --build . --config Release --verbose
working-directory: wamr-compiler working-directory: wamr-compiler
build_iwasm: build_iwasm:

View File

@ -408,5 +408,7 @@ else()
${UV_A_LIBS}) ${UV_A_LIBS})
endif() endif()
target_link_options(wamrc PRIVATE --verbose)
include (GNUInstallDirs) include (GNUInstallDirs)
install (TARGETS wamrc) install (TARGETS wamrc)