mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
21abc8879c
We want to avoid exporting any symbols from Rust's version of libunwind, and to do so we need to disable visibility annotations to make sure that the -fvisibility=hidden has effect, and also hide global new/delete. This matches the CMake build of libunwind.