Annotate Fruit's exported symbols
Open
enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 202
- PR merge metrics
- No merged PRs in 30d
Description
If Fruit is compiled normally, _without_ using `-fvisibility=hidden` and then used in client code compiled with `-fvisibility=hidden` switch, the resulting executable segfaults (this issue was reported by Christoph Duelli).
Ideally, Fruit should support client code that uses `-fvisibility=hidden`.
Once `-fvisibility=hidden` is supported, it might be worth also using it when compiling Fruit itself, potentially reducing the compiled size.
Contributor guide
Assessment
This issue has not been assessed yet.