diff --git a/gitcompile b/gitcompile index 345fbf0..93c21a7 100755 --- a/gitcompile +++ b/gitcompile @@ -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