-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slackware package problem #95
Comments
Not so necessary: With this option the binary's size is 2MB in my environment (Linux), while without it 6MB, which is not really heavy I think. It seems we cannot change the profile according to Rust version, so I'm going to delete these lines in the next release (Already deleted in |
Also, please see https://doc.rust-lang.org/rustc/codegen-options/index.html#strip |
Thanks, at first i thought it was just to change strip=true to false in the source s Cargo.toml but was not the case. Not able to change the profile according to Rust version is not nice. Lots of distros that use a stable release wont be able to build the packages. |
You probably can change Globally rust has many stable releases, it's evolving too fast for some distros. We can find Check https://foresterre.github.io/cargo-msrv/index.html to more details. And probably you want to strip |
is available now on Slackware |
Hi, i did the Slackware Felix package but i have this problem: Slackware 15 stable use rust version 1.58.1 and i got this
in Slackware current with rust version 1.62.1 i dont get this problem and build fine.
how could i patch the Slackbuild to be able to build with cargo 1.58.1? is that strip feature a must?
is there a way to tell cargo not to use strip?
best regards!
The text was updated successfully, but these errors were encountered: