mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Boost libraries on osx use visibility=hidden to reduce unnecessary DWARF entries. Unless we match visibility, ld will give a warning message like: ld: warning: direct access in function 'boost::filesystem... from file ... means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.