Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build libffi with -fvisibility=hidden.
We're linking libffi statically. Without visibility=hidden, then can result in name clashes with other versions of libffi that are pulled in as transitive dependencies of random other libraries.
- Loading branch information