autogen.sh: CFLAGS: Add -Wextra
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Iker Pedrosa
parent
fc8389331e
commit
028e3e2764
@@ -4,6 +4,7 @@ autoreconf -v -f --install "$(dirname "$0")" || exit 1
|
||||
|
||||
CFLAGS="-O2"
|
||||
CFLAGS="$CFLAGS -Wall"
|
||||
CFLAGS="$CFLAGS -Wextra"
|
||||
CFLAGS="$CFLAGS -Werror=implicit-function-declaration"
|
||||
|
||||
"$(dirname "$0")"/configure \
|
||||
|
||||
Reference in New Issue
Block a user