Files
webrtc-native/misc/dist/linux/symbols-extension.map
Fabio Alessandrelli b0efc17d3b [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.
2023-12-22 01:30:01 +01:00

7 lines
70 B
Plaintext

{
global:
webrtc_extension_init;
local:
*;
};