Bazel: Avoid UsePerfData generation
Change-Id: I6a0a177ce18476fa4a20336c8fa28fc86427b127
This commit is contained in:
@@ -16,8 +16,11 @@ java_library(
|
||||
exports = ["@java_runtime//jar"],
|
||||
)
|
||||
|
||||
# See https://github.com/bazelbuild/bazel/issues/3542
|
||||
# for why we need to tweak jvm flags in this rule.
|
||||
java_binary(
|
||||
name = "antlr-tool",
|
||||
jvm_flags = ["-XX:-UsePerfData"],
|
||||
main_class = "org.antlr.Tool",
|
||||
visibility = ["//gerrit-index:__pkg__"],
|
||||
runtime_deps = [":tool"],
|
||||
|
||||
Reference in New Issue
Block a user