Revision 7fc2dceaf57b3c0a4b4fee0ec9f9f2159799b3b4 authored by Chuck Jazdzewski on 28 September 2017, 19:04:20 UTC, committed by Victor Berchet on 28 September 2017, 19:04:20 UTC
1 parent c3b39ba
Raw File
.bazelrc
# Disable sandboxing because it's too slow.
# https://github.com/bazelbuild/bazel/issues/2424
build --spawn_strategy=standalone

# Performance: avoid stat'ing input files
build --watchfs
back to top