We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d18be commit d61e475Copy full SHA for d61e475
1 file changed
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
icu: "--build-icu --with-icu"
98
zmq: "--build-zmq"
99
cc: "clang"
100
- flags: "-Os -fPIE"
+ flags: "-Os -fvisibility=hidden -fPIE"
101
packager: "brew"
102
packages: ""
103
0 commit comments