aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2018-12-03 15:01:52 -0800
committerRon Shapiro <shapiro.rd@gmail.com>2018-12-06 12:06:48 -0500
commit94e7c52858d78fe10fc24214400ca972d3515d82 (patch)
tree8b7b90fe600e70efd4a8bcd1c514ab89a5ce4391 /.bazelrc
parent5177a0672be38723580c48a6d64a2af980ffa654 (diff)
downloaddagger2-94e7c52858d78fe10fc24214400ca972d3515d82.tar.gz
Update to Bazel 0.19.2
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223869561
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc9
1 files changed, 8 insertions, 1 deletions
diff --git a/.bazelrc b/.bazelrc
index 50c8fc4aa..ecd54a58a 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1 +1,8 @@
-import %workspace%/tools/bazel.rc \ No newline at end of file
+# Include debug info in the compiled jars
+build --javacopt=-g
+build --host_javacopt=-g
+
+# Disable The Guava Beta Checker.
+# TODO(ronshapiro): explore how much work it would be to reenable this
+build --javacopt="-Xep:BetaApi:OFF"
+build --host_javacopt="-Xep:BetaApi:OFF"