Update BUILD

pull/13171/head
Google AutoFuzz Team 6 years ago committed by GitHub
parent 3f622103c2
commit 5149dc5ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      BUILD

@ -367,8 +367,7 @@ cc_binary(
srcs = ["tests/file_descriptor_parsenew_fuzzer.cc"], srcs = ["tests/file_descriptor_parsenew_fuzzer.cc"],
copts = CPPOPTS + select({ copts = CPPOPTS + select({
"//conditions:default": [], "//conditions:default": [],
":fuzz": [], ":fuzz": ["-fsanitizer=fuzzer,address"],
# ":fuzz": ["-fsanitizer=fuzzer,address"],
}), }),
defines = select({ defines = select({
"//conditions:default": [], "//conditions:default": [],

Loading…
Cancel
Save