mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
CI/CD: Enables warnings as errors in autotool build.
This will help us catch warnings and potential bugs in builds that are not often tested by us.
This commit is contained in:
parent
feae5528a3
commit
923eb689a4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ if [ "$PHASE" = "all" ] || [ "$PHASE" = "build" ]; then
|
|||
fi
|
||||
|
||||
# Run configure script
|
||||
"$SRC_DIR"/configure --enable-checks=$CHECK_TYPE $EXTRA_OPTIONS
|
||||
"$SRC_DIR"/configure --enable-werror --enable-checks=$CHECK_TYPE $EXTRA_OPTIONS
|
||||
|
||||
# Build the project
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue