]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
build: switch to hiding libnotmuch symbols by default
[notmuch] / lib / notmuch-private.h
index 8587e86ca57ad6697c4966f8fcf8ee9fc677c941..926707d82d12a2173d858d1ac1cd55c308197cd4 100644 (file)
@@ -52,8 +52,6 @@ NOTMUCH_BEGIN_DECLS
 #include "error_util.h"
 #include "string-util.h"
 
-#pragma GCC visibility push(hidden)
-
 #ifdef DEBUG
 # define DEBUG_DATABASE_SANITY 1
 # define DEBUG_QUERY 1
@@ -621,6 +619,4 @@ _notmuch_talloc_steal (const void *new_ctx, const T *ptr)
 #endif
 #endif
 
-#pragma GCC visibility pop
-
 #endif