daemon: disable external visibility for nmdbus_* symbols
The generated code includes too much code that's not actually used. LTO would drop it once it's not exported.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
global:
|
global:
|
||||||
nm*;
|
nm_*;
|
||||||
|
nmp_*;
|
||||||
_nm*;
|
_nm*;
|
||||||
NM*;
|
NM*;
|
||||||
_NM*;
|
_NM*;
|
||||||
|
Reference in New Issue
Block a user