File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ licenses(["notice"])
2
2
3
3
load ("//:config/generate_export_header.bzl" , "generate_export_header" )
4
4
5
- posix_copts = [
6
- "-fvisibility=hidden" ,
7
- "-fvisibility-inlines-hidden" ,
8
- ]
9
-
10
5
# Generate header to provide ABI export symbols
11
6
generate_export_header (
12
7
out = "include/benchmark/export.h" ,
@@ -51,10 +46,6 @@ cc_library(
51
46
}),
52
47
strip_include_prefix = "include" ,
53
48
visibility = ["//visibility:public" ],
54
- copts = select ({
55
- ":windows" : [],
56
- "//conditions:default" : posix_copts ,
57
- }),
58
49
# Only static linking is allowed; no .so will be produced.
59
50
# Using `defines` (i.e. not `local_defines`) means that no
60
51
# dependent rules need to bother about defining the macro.
@@ -69,10 +60,6 @@ cc_library(
69
60
strip_include_prefix = "include" ,
70
61
visibility = ["//visibility:public" ],
71
62
deps = [":benchmark" ],
72
- copts = select ({
73
- ":windows" : [],
74
- "//conditions:default" : posix_copts ,
75
- }),
76
63
)
77
64
78
65
cc_library (
You can’t perform that action at this time.
0 commit comments