We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0446092 commit 11c773dCopy full SHA for 11c773d
.github/workflows/compilation_on_android_ubuntu.yml
@@ -422,7 +422,7 @@ jobs:
422
- name: Build Sample [wasm-c-api]
423
run: |
424
VERBOSE=1
425
- cmake -S . -B build ${{ matrix.make_options }}
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug ${{ matrix.make_options }}
426
cmake --build build --config Debug --parallel 4
427
(cd build && ./callback_chain)
428
ctest -V --test-dir build --output-on-failure
0 commit comments