summaryrefslogtreecommitdiff
path: root/misc/dist/linux/symbols-extension.map
Commit message (Collapse)AuthorAgeFilesLines
* [Linux] Only export extension init symbolFabio Alessandrelli2023-12-221-0/+6
Since we link with static libstdc++ we need to tell gcc to only export the necessary symbols. Using "-fvisibility=hidden" will not work, since libstdc++ explicitly exports its symbols.