Commit 281a09f
committed
CMake: Use "hidden" symbol visibility by default
Arrange passing -fvisibility=hidden to the compiler where supported,
which effectively disables exporting symbols which are not explicitly
marked as visible.
No further changes are needed because the public API functions were
already marked with WPE_EXPORT which marks them as exported.
(cherry picked from commit baabb08)1 parent 101355f commit 281a09f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments