projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca2fd1
)
Cargo uses --verbose not VERBOSE
author
Ximin Luo
<infinity0@debian.org>
Thu, 24 Aug 2017 15:29:23 +0000
(17:29 +0200)
committer
Ximin Luo
<infinity0@debian.org>
Thu, 24 Aug 2017 15:29:23 +0000
(17:29 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 673ebdd6e1fc649d068ae70af7a045040f3a418a..c94f8e84e38492fa66aa644331e6922c40344a78 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-15,11
+15,9
@@
RUSTFLAGS += $(foreach flag,$(LDFLAGS),-C link-arg=$(flag))
export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS RUSTFLAGS
CARGO = RUST_BACKTRACE=1 cargo
-CARGOFLAGS = --release --target=$(DEB_HOST_RUST_TYPE)
+CARGOFLAGS = --release --target=$(DEB_HOST_RUST_TYPE)
--verbose
# Cargo looks for config in and writes cache to $CARGO_HOME/
export CARGO_HOME = $(CURDIR)/debian/cargohome
-# Ask cargo to be verbose when building
-export VERBOSE = 1
%:
dh $@ --with bash-completion