Skip to content
Snippets Groups Projects
Unverified Commit 5c5fd641 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Compile all arbor source files with `-fvisibility=hidden` (#1599)

The visibility of symbols in the python shared library is set to 'hidden'. However, examining the dynamic symbol table of the generated `.so` file revealed that all the symbols of the static arbor libraries are still visible. This causes some issues on the Mac M1. To resolve, all source files are now compiled with `-fvisibility=hidden`.
parent 9fed4a91
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment