Skip to content

Commit a8b6866

Browse files
committed
Set -fvisibility=hidden for macos/static builds.
1 parent 7b70413 commit a8b6866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
consensus: "--without-consensus"
9292
icu: "--build-icu --with-icu"
9393
cc: "clang"
94-
flags: "-Os -fPIE"
94+
flags: "-Os -fvisibility=hidden -fPIE"
9595
packager: "brew"
9696
packages: ""
9797

0 commit comments

Comments
 (0)