Revision 49d122e560df9c2722e1b085b406688ec46bae5a authored by Igor Minar on 19 September 2017, 04:14:03 UTC, committed by Igor Minar on 19 September 2017, 04:14:03 UTC
1 parent ff87294
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