We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c664f commit eb2a828Copy full SHA for eb2a828
.github/workflows/compilation_on_macos.yml
@@ -111,7 +111,7 @@ jobs:
111
run: |
112
mkdir build && cd build
113
cmake .. -DCMAKE_C_FLAGS="-Werror"
114
- cmake --build . --config Release --parallel 4
+ cmake --build . --config Release --verbose
115
working-directory: wamr-compiler
116
117
build_iwasm:
wamr-compiler/CMakeLists.txt
@@ -408,5 +408,7 @@ else()
408
${UV_A_LIBS})
409
endif()
410
411
+target_link_options(wamrc PRIVATE --verbose)
412
+
413
include (GNUInstallDirs)
414
install (TARGETS wamrc)
0 commit comments