We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b70413 commit a8b6866Copy full SHA for a8b6866
1 file changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
consensus: "--without-consensus"
92
icu: "--build-icu --with-icu"
93
cc: "clang"
94
- flags: "-Os -fPIE"
+ flags: "-Os -fvisibility=hidden -fPIE"
95
packager: "brew"
96
packages: ""
97
0 commit comments