Skip to content

Commit c41b390

Browse files
committed
ci: drop -fvisibility=hidden workaround for Apple Clang 21+
The macos-26 runner ships Xcode 26.5 / Apple Clang 21, so the CMake build no longer needs the visibility workaround there. macos-15 (Apple Clang 17) is still affected and keeps the flag. The workaround only ever mattered for CMake builds; b2 defaults to hidden visibility and is unaffected. Closes #194
1 parent 3d8d099 commit c41b390

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/compilers.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
"cxx": "clang++",
147147
"cc": "clang",
148148
"b2_toolset": "clang",
149-
"cxxflags": "-fvisibility=hidden -fvisibility-inlines-hidden",
150149
"is_latest": true
151150
}
152151
]

0 commit comments

Comments
 (0)