We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383d2e5 commit 9c90180Copy full SHA for 9c90180
.github/workflows/build.yml
@@ -101,7 +101,7 @@ jobs:
101
submodules: recursive
102
103
- name: Configure
104
- run: ./waf configure ${{ matrix.bits }} ${{ matrix.flags }} ${{ env.WAF_FLAGS }}
+ run: ./waf configure ${{ matrix.bits }} ${{ matrix.flags }} ${{ env.WAF_FLAGS }} -T debug
105
- name: Build ${{ matrix.os }}
106
run: ./waf install
107
0 commit comments