mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 14:00:11 +01:00
The generated code includes too much code that's not actually used. LTO would drop it once it's not exported.
10 lines
59 B
Text
10 lines
59 B
Text
{
|
|
global:
|
|
nm_*;
|
|
nmp_*;
|
|
_nm*;
|
|
NM*;
|
|
_NM*;
|
|
local:
|
|
*;
|
|
};
|