Closed niebayes closed 4 months ago
I suppose it's the cargo build --release to be executed before the strip -s target/release/xxx command.
cargo build --release
strip -s target/release/xxx
Sure, your suggestion is reasonable. Thank you!
I suppose it's the
cargo build --release
to be executed before thestrip -s target/release/xxx
command.