We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd023b commit 3622c60Copy full SHA for 3622c60
shim_et/xplat/executorch/build/runtime_wrapper.bzl
@@ -112,6 +112,11 @@ def _patch_build_mode_flags(kwargs):
112
# @oss-disable: "ovr_config//build_mode:code-coverage": ["-D__ET_BUILD_MODE_COV=1"],
113
})
114
115
+ kwargs["compiler_flags"] = kwargs["compiler_flags"] + select({
116
+ "DEFAULT": [],
117
+ "ovr_config//os:macos": ["-fvisibility=default"],
118
+ })
119
+
120
return kwargs
121
122
def _patch_test_compiler_flags(kwargs):
0 commit comments