mirror of
https://github.com/godotengine/webrtc-native.git
synced 2026-01-06 06:09:45 +03:00
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.
7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
{
|
|
global:
|
|
webrtc_extension_init;
|
|
local:
|
|
*;
|
|
};
|