mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-12 01:46:41 +02:00
When building a cdylib, Rust currently doesn't export public symbols on Linux if they come from a dependency. However, enabling LTO gets around this by performing the filtering step after the merging. https://github.com/rust-lang/rfcs/issues/2771