Closed
Description
First reported here it looks like there was a regression in the range of e266888...c11f689 (nightly-2017-08-28-gnu
and nightly-2017-08-30-gnu
) to the size of a cdylib artifact in the project https://github.com/rkarp/rust-dll-demo/tree/879459c8612bfa178b660f480a56a738ca531bb1.
Locally I've reproduced this with:
$ cargo +nightly-2017-08-28-gnu build --release && ls -alh target/release/rust_dll_init.dll
-rwxr-xr-x 2 alex alex 268K Nov 6 09:26 target/release/rust_dll_init.dll
$ cargo +nightly-2017-08-30-gnu build --release && ls -alh target/release/rust_dll_init.dll
-rwxr-xr-x 2 alex alex 822K Nov 6 09:28 target/release/rust_dll_init.dll