Bazel: Avoid UsePerfData generation

Change-Id: I6a0a177ce18476fa4a20336c8fa28fc86427b127
This commit is contained in:
David Ostrovsky
2017-08-30 09:05:56 +02:00
parent e89717db20
commit c9266206a4

View File

@@ -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"],