diff options
author | 2021-09-06 01:32:20 +0200 | |
---|---|---|
committer | 2021-09-06 01:32:20 +0200 | |
commit | 3bb7849eecb33ee649e396366f5a212575b91d54 (patch) | |
tree | 021ed712623bec07a4477e7bbf4bcd6f305a2752 | |
parent | d8daaa8b10bef9be00aef87d7e9f2ef1d327bd1b (diff) | |
download | libimobiledevice-3bb7849eecb33ee649e396366f5a212575b91d54.tar.gz libimobiledevice-3bb7849eecb33ee649e396366f5a212575b91d54.tar.bz2 |
[github-actions] Build with --enable-debug for all platforms
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fcc2c7..30b6b9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -45,7 +45,7 @@ jobs: | |||
45 | with: | 45 | with: |
46 | fetch-depth: 0 | 46 | fetch-depth: 0 |
47 | - name: autogen | 47 | - name: autogen |
48 | run: ./autogen.sh PKG_CONFIG_PATH=/usr/local/lib/pkgconfig LDFLAGS="-Wl,-rpath=/usr/local/lib" | 48 | run: ./autogen.sh PKG_CONFIG_PATH=/usr/local/lib/pkgconfig LDFLAGS="-Wl,-rpath=/usr/local/lib" --enable-debug |
49 | - name: make | 49 | - name: make |
50 | run: make | 50 | run: make |
51 | - name: make install | 51 | - name: make install |
@@ -197,7 +197,7 @@ jobs: | |||
197 | cp -r extract/* / | 197 | cp -r extract/* / |
198 | - uses: actions/checkout@v2 | 198 | - uses: actions/checkout@v2 |
199 | - name: autogen | 199 | - name: autogen |
200 | run: ./autogen.sh CC=gcc CXX=g++ | 200 | run: ./autogen.sh CC=gcc CXX=g++ --enable-debug |
201 | - name: make | 201 | - name: make |
202 | run: make | 202 | run: make |
203 | - name: make install | 203 | - name: make install |