File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ impl RunnerOptions {
419419 } else {
420420 rustflags. push ( "-C link-arg=-Tdefmt.x" . to_string ( ) ) ;
421421 rustflags. push ( "-C debuginfo=2" . to_string ( ) ) ;
422+ rustflags. push ( "-C strip=none" . to_string ( ) ) ;
422423 }
423424 }
424425 if let Some ( level) = self . opt_level {
Original file line number Diff line number Diff line change 5656# Transitive dependencies of xtask.
5757ensure bin cc
5858ensure lib libudev
59- ensure lib libusb-1.0
6059
6160# Transitive dependencies of runner-host. This should ideally be installed on
6261# demand by xtask.
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ install() {
4949 lib)
5050 case " $2 " in
5151 libudev) set libudev-dev ;;
52- libusb-1.0) set libusb-1.0-0-dev ;;
5352 openssl) set libssl-dev ;;
5453 * ) e " Internal error: apt-get install unimplemented for $* " ;;
5554 esac ;;
You can’t perform that action at this time.
0 commit comments