File tree 3 files changed +1
-2
lines changed 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ impl RunnerOptions {
419
419
} else {
420
420
rustflags. push ( "-C link-arg=-Tdefmt.x" . to_string ( ) ) ;
421
421
rustflags. push ( "-C debuginfo=2" . to_string ( ) ) ;
422
+ rustflags. push ( "-C strip=none" . to_string ( ) ) ;
422
423
}
423
424
}
424
425
if let Some ( level) = self . opt_level {
Original file line number Diff line number Diff line change 56
56
# Transitive dependencies of xtask.
57
57
ensure bin cc
58
58
ensure lib libudev
59
- ensure lib libusb-1.0
60
59
61
60
# Transitive dependencies of runner-host. This should ideally be installed on
62
61
# demand by xtask.
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ install() {
49
49
lib)
50
50
case " $2 " in
51
51
libudev) set libudev-dev ;;
52
- libusb-1.0) set libusb-1.0-0-dev ;;
53
52
openssl) set libssl-dev ;;
54
53
* ) e " Internal error: apt-get install unimplemented for $* " ;;
55
54
esac ;;
You can’t perform that action at this time.
0 commit comments