1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-10-03 09:27:32 +02:00

GHA CI: compress debug symbols

The result binary is smaller.
This commit is contained in:
Chocobo1 2023-02-16 16:31:48 +08:00
parent 19f55512c1
commit 7ae83df5a5
2 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,7 @@ jobs:
if: ${{ startsWith(matrix.qt_version, 5) }}
run: |
CXXFLAGS="$CXXFLAGS -Werror -Wno-error=deprecated-declarations" \
LDFLAGS="$LDFLAGS -gz" \
cmake \
-B build \
-G "Ninja" \
@ -105,6 +106,7 @@ jobs:
if: ${{ startsWith(matrix.qt_version, 6) }}
run: |
CXXFLAGS="$CXXFLAGS -Wno-gnu-zero-variadic-macro-arguments -Werror -Wno-error=deprecated-declarations" \
LDFLAGS="$LDFLAGS -gz" \
cmake \
-B build \
-G "Ninja" \

View File

@ -69,6 +69,7 @@ jobs:
if: ${{ startsWith(matrix.qt_version, 5) }}
run: |
CXXFLAGS="$CXXFLAGS -Werror -Wno-error=deprecated-declarations" \
LDFLAGS="$LDFLAGS -gz" \
cmake \
-B build \
-G "Ninja" \
@ -87,6 +88,7 @@ jobs:
if: ${{ startsWith(matrix.qt_version, 6) }}
run: |
CXXFLAGS="$CXXFLAGS -Werror" \
LDFLAGS="$LDFLAGS -gz" \
cmake \
-B build \
-G "Ninja" \