]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/hyper: enable debug in the build
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 May 2022 14:47:22 +0000 (16:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 May 2022 14:47:22 +0000 (16:47 +0200)
.github/workflows/linux-hyper.yml

index eaeb773442af9411165056dcb1487d95457625bf..f9c41261645b7dd029fc2f45b193d1c56e5eaa1b 100644 (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