rustc 1.75.0-nightly (e1fcecb1b 2023-11-06)
binary: rustc
commit-hash: e1fcecb1b9930f109a8c1cf2b690e03483a41289
commit-date: 2023-11-06
host: x86_64-unknown-linux-gnu
release: 1.75.0-nightly
LLVM version: 17.0.4
reproducible with both cargo and oxipng
cargo build --release
=> 1816 target/release/oxipng (du -sk)
RUSTFLAGS="-Zthreads=1" cargo build --release
=> 1692 target/release/oxipng
seems that Zthreads on/off has an effect on the generated binary 🤔
reproducible with both
cargoandoxipngcargo build --release=>
1816 target/release/oxipng(du -sk)RUSTFLAGS="-Zthreads=1" cargo build --release=>
1692 target/release/oxipngseems that Zthreads on/off has an effect on the generated binary 🤔