Use Rust elf-cleaner implementation

This commit is contained in:
topjohnwu
2025-04-01 03:14:10 -07:00
committed by John Wu
parent 6edc5e2037
commit 1fa318dc8c
13 changed files with 249 additions and 30 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "rustup-wrapper"
version = "0.0.0"
edition = "2024"
[dependencies]
home = "0.5"
[profile.release]
strip = true
lto = true
codegen-units = 1