>>108924540
>how do you respond without sounding mad?
sure.
rustup toolchain add 1.75
cargo +1.75 new hw
cd hw
cargo +1.75 build
cargo +1.75 build --release
% du -h target/{debug,release}/hw
4.3M target/debug/hw
4.3M target/release/hw
echo '\n[profile.release]\nstrip = "debuginfo"' >> Cargo.toml
cargo +1.75 build --release
% du -h target/release/hw
416K target/release/hw
rm -rf target
RUSTFLAGS="-C prefer-dynamic" cargo build --release
% du -h --apparent-size target/release/hw
6.7K target/release/hw
# bonus
strip --strip-all target/release/hw
% du -h --apparent-size target/release/hw
5.0K target/release/hw
now, when are you, or whatever retarded shitters you copy this shit off, going to actually code something non-trivial and show it, in any language whatsoever, instead of measuring "hw size", and continuing to be the village idiot content(adj) in their happy place they mistake for the real world?