Export V=1 for debian builds

Now that we're using AM_SILENT_RULES this needs to be set so we can
see what's going on in our build logs.
This commit is contained in:
Travis Cross 2014-03-19 21:07:21 +00:00
parent 962eaaeae8
commit 046df6be67
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -4,6 +4,7 @@
export DH_VERBOSE=1
export VERBOSE=1
export V=1
FS_CC?=gcc
FS_CXX?=g++