xtask: release mode

Since a7cfc694bd we are unpacking dpkg
archives in native Rust and since ... we are downloading and unpacking
debug archives which are around 10x larger than kernel archives for the
same version. Thus build with optimizations so we spend less time in
archive extraction.
reviewable/pr1365/r35
Tamir Duberstein 1 week ago
parent 0484ab5c57
commit d1f2e99e6a
No known key found for this signature in database

@ -1,5 +1,5 @@
[alias]
xtask = "run --package xtask --"
xtask = "run --release --package xtask --"
[target.armv7-unknown-linux-gnueabi]
linker = "arm-linux-gnueabi-gcc"

Loading…
Cancel
Save