GHA/hyper: enable debug in the build

This commit is contained in:
Daniel Stenberg 2022-05-23 16:47:22 +02:00
parent 5a4dbb8ae3
commit e41a090b80
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make V=1
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-debug --enable-werror ${{ matrix.build.configure }} && make V=1
name: 'configure and build'
- run: make V=1 test-ci