|
|
@ -1,8 +1,8 @@ |
|
|
|
## Keyword argument for GNU symbol visibility |
|
|
|
## Keyword argument for GNU symbol visibility |
|
|
|
|
|
|
|
|
|
|
|
Build targets got a new keyword, `symbol_visibility` that controls how |
|
|
|
Build targets got a new keyword, `gnu_symbol_visibility` that controls |
|
|
|
symbols are exported from shared libraries. This is most commonly used |
|
|
|
how symbols are exported from shared libraries. This is most commonly |
|
|
|
to hide implementation symbols like this: |
|
|
|
used to hide implementation symbols like this: |
|
|
|
|
|
|
|
|
|
|
|
```meson |
|
|
|
```meson |
|
|
|
shared_library('mylib', ... |
|
|
|
shared_library('mylib', ... |
|
|
|