Skip to content

Commit

Permalink
github actions: use -Denable-extras=true
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Nov 26, 2024
1 parent b5ae786 commit e5af706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
export CFLAGS="-Wall -Wextra -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wswitch-enum -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wmissing-noreturn -flto=auto -O2 -Wp,-D_FORTIFY_SOURCE=2"
rm -rf builddir
meson setup builddir --werror
meson setup builddir --werror -Denable-extras=true
cd builddir
meson dist
Expand All @@ -52,7 +52,7 @@ jobs:
export CFLAGS="-Wall -Wextra -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wswitch-enum -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wmissing-noreturn -flto=auto -O2 -Wp,-D_FORTIFY_SOURCE=2"
rm -rf builddir
CC=clang CC_LD=lld meson setup builddir --werror
CC=clang CC_LD=lld meson setup builddir --werror -Denable-extras=true
cd builddir
meson dist
Expand Down

0 comments on commit e5af706

Please sign in to comment.