Commit 43bb4be
committed
build: Remove unneeded ((visibility ("default")))
On non-Windows, we initially had `-fvisibility=hidden` to set gcc's
default to "hidden" together with `((visibility ("default")))` to
override it for our API exports. Then
8854805
got rid of the `-fvisibility=hidden` default by adding
`((visibility ("hidden")))` to all non-static definitions that should
not be exported. But this means we also won't need to set
`((visibility ("default")))` anywhere.
The preprocessor logic could be simplified now but we keep it because
we'll need it in the following commit.1 parent 9239447 commit 43bb4be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments