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 18bca70 commit e5b7a41Copy full SHA for e5b7a41
build/secondary/third_party/ocmock/BUILD.gn
@@ -12,7 +12,11 @@ config("ocmock_config") {
12
# Target that compiles all sources to .o files but does not produce a static
13
# library for use in macOS desktop tests.
14
source_set("ocmock_src") {
15
- configs -= [ "//build/config/compiler:chromium_code" ]
+ configs -= [
16
+ "//build/config/compiler:chromium_code",
17
+ "//build/config/gcc:symbol_visibility_hidden",
18
+ "//build/config:symbol_visibility_hidden",
19
+ ]
20
all_dependent_configs = [ ":ocmock_config" ]
21
cflags = [
22
"-fvisibility=default",
0 commit comments