summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-05-10 22:42:11 +0300
committerDavid Bremner <david@tethera.net>2017-05-12 07:17:18 -0300
commitbc11759dd1fd198661657b741bc0143c9af309a4 (patch)
tree9d6d31715d1b9f07c31fd62a2ab804c1e9fe11ec /.gitignore
parent544b8ec90e54e3921beb26823e255fed6707bc12 (diff)
build: switch to hiding libnotmuch symbols by default
The dynamic generation of the linker version script for libnotmuch exports has grown rather complicated. Reverse the visibility control by hiding symbols by default using -fvisibility=hidden, and explicitly exporting symbols in notmuch.h using #pragma GCC visibility. (We could also use __attribute__ ((visibility ("default"))) for each exported function, but the pragma is more convenient.) The above is not quite enough alone, as it would "leak" a number of weak symbols from Xapian and C++ standard library. Combine it with a small static version script that filters out everything except the notmuch_* symbols that we explicitly exposed, and the C++ RTTI typeinfo symbols for exception handling. Finally, as the symbol hiding test can no longer look at the generated symbol table, switch the test to parse the functions from notmuch.h.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 296030c7..7b283fb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@ tags
*cscope*
.deps
/notmuch
-notmuch.sym
notmuch-shared
libnotmuch.so*
libnotmuch*.dylib