mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 07:16:31 +01:00
gitcompile: set more verbose compilation warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b7d73a4611
commit
a1bd9a0a15
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ autoheader
|
|||
automake --foreign --copy --add-missing
|
||||
touch depcomp # for older automake
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
export CFLAGS='-O2 -Wall -W -Wunused-const-variable=0 -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@ || exit 1
|
||||
|
|
Loading…
Reference in a new issue