mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 13:36: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
|
automake --foreign --copy --add-missing
|
||||||
touch depcomp # for older automake
|
touch depcomp # for older automake
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -Wall -pipe -g'
|
export CFLAGS='-O2 -Wall -W -Wunused-const-variable=0 -pipe -g'
|
||||||
echo "CFLAGS=$CFLAGS"
|
echo "CFLAGS=$CFLAGS"
|
||||||
echo "./configure $@"
|
echo "./configure $@"
|
||||||
./configure $@ || exit 1
|
./configure $@ || exit 1
|
||||||
|
|
Loading…
Reference in a new issue