diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-12-21 19:05:53 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-12-22 01:30:01 +0100 |
commit | b0efc17d3b898206c2e1c98ad4884e404808c854 (patch) | |
tree | 8fe3c7cc594db1ee2b07fb391002870440e65880 /thirdparty/README.md | |
parent | ec0ededcdef7512517aa7aaa9bd49652cece4770 (diff) | |
download | fork-godot-webrtc-native-b0efc17d3b898206c2e1c98ad4884e404808c854.tar.gz fork-godot-webrtc-native-b0efc17d3b898206c2e1c98ad4884e404808c854.tar.bz2 fork-godot-webrtc-native-b0efc17d3b898206c2e1c98ad4884e404808c854.zip |
[Linux] Only export extension init symbol
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.
Diffstat (limited to 'thirdparty/README.md')
0 files changed, 0 insertions, 0 deletions