saw post on reddit and github issues where rust compiler adds username and systems paths/info to **release** mode compile bins. also its pkg mgr cargo does the same with registry paths. otherwise its extra strings bloating output that not needed and strip command doesnt work. also not working is compiler opts described does this impact chat of rust kernel modules in linux? ref links (maybe more too): https://www.reddit.com/r/rust/comments/mfax64/remove_username_from_binary_for_privacy/ https://github.com/rust-lang/rust/issues/40374 https://github.com/rust-lang/rust/issues/40552 https://github.com/rust-lang/rust/issues/75263 https://github.com/rust-lang/cargo/issues/5505