Closed vorner closed 6 years ago
Does it work with version from master? Does it always fail, or only in cross-compilation? Can you provide a test-case?
I'll get to more experiments later on (maybe tomorrow, maybe over the weekend). What I observed however is that it always failed (cross-compiling or not, on debian stretch and on gentoo).
Test case: unmodified new binary project (cargo new --bin not-stripped
).
Happens on master branch as well.
Today I tested with strable rust version, but at least one instance was with a recent nightly.
The easiest way to test it is to unpack the data.tar.xz
archive in target/debian and look into that.
Fixed. Thanks for the report.
Thank you, it really seems to have helped (tested in the native way for now) :-).
Hello
It seems the binaries are not being stripped. I guess from two things:
Am I doing something wrong?
Also, a
-dbg
package would be great, to contained the stripped-off symbols 😇.