Skip to content

Commit d61e475

Browse files
committed
Set -fvisibility=hidden for macos/static builds.
1 parent 12d18be commit d61e475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
icu: "--build-icu --with-icu"
9898
zmq: "--build-zmq"
9999
cc: "clang"
100-
flags: "-Os -fPIE"
100+
flags: "-Os -fvisibility=hidden -fPIE"
101101
packager: "brew"
102102
packages: ""
103103

0 commit comments

Comments
 (0)