parent
9e102ea8b0
commit
5eb1e8d8c9
4 changed files with 1 additions and 18 deletions
@ -1,15 +0,0 @@ |
||||
cc_library( |
||||
name = "benchmark", |
||||
srcs = glob(["src/*.cc"]), |
||||
hdrs = glob(["include/**/*.h", "src/*.h"]), |
||||
includes = [ |
||||
"include", "." |
||||
], |
||||
copts = [ |
||||
"-DHAVE_POSIX_REGEX" |
||||
], |
||||
linkstatic = 1, |
||||
visibility = [ |
||||
"//visibility:public", |
||||
], |
||||
) |
@ -1,3 +1,3 @@ |
||||
# TODO(yfen): Merge with rbe_common.bazelrc and enable Windows RBE |
||||
build --test_tag_filters=-no_windows |
||||
build --build_tag_filters=-no_windows |
||||
build --build_tag_filters=-no_windows |
||||
|
Loading…
Reference in new issue