[pkg-d-commits] [dub] 06/07: Don't make build unnecessarily verbose

Matthias Klumpp mak at moszumanska.debian.org
Sun Dec 17 16:43:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository dub.

commit d4b91ba8439220406322a5cc34533086fc5501de
Author: Matthias Klumpp <mak at debian.org>
Date:   Sun Dec 17 17:37:50 2017 +0100

    Don't make build unnecessarily verbose
---
 debian/build_dub.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/build_dub.sh b/debian/build_dub.sh
index 5e91a73..dbf718d 100755
--- a/debian/build_dub.sh
+++ b/debian/build_dub.sh
@@ -14,7 +14,7 @@ echo "module dub.version_;" > source/dub/version_.d
 echo "enum dubVersion = \"$DEB_VERSION\";" >> source/dub/version_.d
 
 echo "Running $GDC..."
-$GDC -v -obin/dub -fversion=DubUseCurl -Isource \
+$GDC -Wall -obin/dub -fversion=DubUseCurl -Isource \
 	$LIBS -lz \
 	$CFLAGS \
 	$LDFLAGS \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/dub.git



More information about the pkg-d-commits mailing list