Skip to content

Commit 617dc7a

Browse files
committed
Meson: Add option gnu_symbol_visibility to target
Add the gnu_symbol_visibility option to the libwpe target in order to make symbols hidden by default.
1 parent 17ff863 commit 617dc7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ libwpe = library('wpe-' + api_version,
8181
version: soversion,
8282
soversion: soversion_major,
8383
include_directories: 'include',
84+
gnu_symbol_visibility: 'hidden',
8485
)
8586

8687
api_headers = [

0 commit comments

Comments
 (0)