build: Make mescc more verbose on V=2, V=3.

* build-aux/cflags.sh (AM_CFLAGS): Add -v, -v -v for V=2, V=3
respectively.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-12-15 15:24:54 +01:00
parent e488ba3daf
commit 7198c2d7ea
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# GNU Mes --- Maxwell Equations of Software
# Copyright © 2018,2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
# Copyright © 2018,2019,2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
#
# This file is part of GNU Mes.
#
@ -29,6 +29,11 @@ if test $mes_kernel = gnu; then
fi
AM_CFLAGS=
if test "$V" = 2; then
AM_CFLAGS="$AM_CFLAGS -v"
elif test "$V" = 3; then
AM_CFLAGS="$AM_CFLAGS -v -v"
fi
if test $mes_libc = mes; then
AM_CFLAGS="$AM_CFLAGS