Skip to content

Commit

Permalink
Workflow: Enable -Wall, -Wextra, -Wdeprecated and sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Jan 8, 2025
1 parent 327075d commit 4a8da07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stable-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
VER="(GA, `date +%Y-%m-%d`)"
cmake -G Ninja -B build . \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wdeprecated -fsanitize=address,undefined" \
-DPLAYER_BUILD_LIBLCF=ON -DPLAYER_VERSION_APPEND="$VER"
cmake --build build
Expand Down

0 comments on commit 4a8da07

Please sign in to comment.