Skip to content

Commit 1522d18

Browse files
committed
Workflow: Enable -Wall, -Wextra, -Wdeprecated
1 parent 327075d commit 1522d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable-compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
VER="(GA, `date +%Y-%m-%d`)"
6666
cmake -G Ninja -B build . \
6767
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
68+
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wdeprecated -fsanitize=address,undefined" \
6869
-DPLAYER_BUILD_LIBLCF=ON -DPLAYER_VERSION_APPEND="$VER"
6970
cmake --build build
7071

0 commit comments

Comments
 (0)