From: Daniel Stenberg Date: Mon, 23 May 2022 14:47:22 +0000 (+0200) Subject: GHA/hyper: enable debug in the build X-Git-Tag: curl-7_84_0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e41a090b80e73418e1d07695802b6db3b46f59f8;p=thirdparty%2Fcurl.git GHA/hyper: enable debug in the build --- diff --git a/.github/workflows/linux-hyper.yml b/.github/workflows/linux-hyper.yml index eaeb773442..f9c4126164 100644 --- a/.github/workflows/linux-hyper.yml +++ b/.github/workflows/linux-hyper.yml @@ -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