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:
Lubomir Rintel
2016-05-18 17:20:11 +02:00
parent 071b4fca61
commit 84d90b71ae

View File

@@ -1,6 +1,7 @@
{
global:
nm*;
nm_*;
nmp_*;
_nm*;
NM*;
_NM*;