dtolnay / linkme

Safe cross-platform linker shenanigans
Apache License 2.0
628 stars 42 forks source link

Add `#[used]` to `LINKME_PLEASE` static. #7

Closed azriel91 closed 5 years ago

azriel91 commented 5 years ago

Hiya, when compiling the tests in release mode on Ubuntu 19.04, linking would fail with the following:

Adding the #[used] annotation prevents the symbols from being optimized out and is tested to work with both ld and lld. Credit to @kabergstrom.

I'm using cargo defaults -- haven't tweaked optimization settings.

dtolnay commented 5 years ago

Published in 0.1.3.