From ab879bfb2c38049c5ac0c9b8fa9042b348410529 Mon Sep 17 00:00:00 2001 From: Tammo Ippen Date: Mon, 11 Apr 2016 16:16:53 +0200 Subject: [PATCH] Add `VERBOSE=1` to make --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 279ce08a0f..e9491391d1 100644 --- a/build.sh +++ b/build.sh @@ -168,7 +168,7 @@ cmake \ $CONFIGURE_GSL \ .. -make +make VERBOSE=1 make install make installcheck