Skip to content

Commit 228156d

Browse files
committed
Set -fvisibility=hidden for macos/static builds.
1 parent 757642f commit 228156d

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
@@ -85,7 +85,7 @@ jobs:
8585
boost: "--build-boost"
8686
icu: "--build-icu --with-icu"
8787
cc: "clang"
88-
flags: "-Os -fPIE"
88+
flags: "-Os -fvisibility=hidden -fPIE"
8989
packager: "brew"
9090
packages: ""
9191

0 commit comments

Comments
 (0)