summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-05-18 17:20:11 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-05-18 20:53:05 +0200
commit84d90b71aef634976725aaff827a2584e89a23d2 (patch)
tree016f09226a31ec19a576424254d11ee96127b348
parent071b4fca613f6f20233be244f8945f081bc01744 (diff)
downloadNetworkManager-84d90b71aef634976725aaff827a2584e89a23d2.tar.gz
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.
-rw-r--r--src/NetworkManager.ver3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NetworkManager.ver b/src/NetworkManager.ver
index b4397b9c20..c91affcb5f 100644
--- a/src/NetworkManager.ver
+++ b/src/NetworkManager.ver
@@ -1,6 +1,7 @@
{
global:
- nm*;
+ nm_*;
+ nmp_*;
_nm*;
NM*;
_NM*;