mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-01 11:40:44 +02: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:
|
|
*;
|
|
};
|