Skip to content

Commit

Permalink
Meson: Add option gnu_symbol_visibility to target
Browse files Browse the repository at this point in the history
Add the gnu_symbol_visibility option to the libwpe target in order to
make symbols hidden by default.
  • Loading branch information
aperezdc committed Mar 12, 2020
1 parent 17ff863 commit 617dc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ libwpe = library('wpe-' + api_version,
version: soversion,
soversion: soversion_major,
include_directories: 'include',
gnu_symbol_visibility: 'hidden',
)

api_headers = [
Expand Down

0 comments on commit 617dc7a

Please sign in to comment.