Skip to content

cdylib size regression on MinGW #45809

Closed
Closed
@alexcrichton

Description

@alexcrichton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions