Skip to content

Commit 9c90180

Browse files
committed
mustdie must be debugged
1 parent 383d2e5 commit 9c90180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
submodules: recursive
102102

103103
- name: Configure
104-
run: ./waf configure ${{ matrix.bits }} ${{ matrix.flags }} ${{ env.WAF_FLAGS }}
104+
run: ./waf configure ${{ matrix.bits }} ${{ matrix.flags }} ${{ env.WAF_FLAGS }} -T debug
105105
- name: Build ${{ matrix.os }}
106106
run: ./waf install
107107

0 commit comments

Comments
 (0)