Merge pull request #2829 from afrantzis/hide-unnecessary-library-symbols
Hide unnecessary exported library symbolspull/2851/head
commit
c57c77b4b7
5 changed files with 61 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
{ |
||||
global: |
||||
extern "C++" { |
||||
*google*; |
||||
}; |
||||
|
||||
local: |
||||
*; |
||||
}; |
@ -0,0 +1,9 @@ |
||||
{ |
||||
global: |
||||
extern "C++" { |
||||
*google*; |
||||
}; |
||||
|
||||
local: |
||||
*; |
||||
}; |
@ -0,0 +1,9 @@ |
||||
{ |
||||
global: |
||||
extern "C++" { |
||||
*google*; |
||||
}; |
||||
|
||||
local: |
||||
*; |
||||
}; |
Loading…
Reference in new issue