Add genrule_strategy=standalone to bazelrc

This commit is contained in:
Vijay Vasudevan 2016-05-25 09:01:08 -07:00
parent 1522397f91
commit 9738f4298e

View File

@ -9,3 +9,7 @@ build --define=allow_oversize_protos=true
build --spawn_strategy=standalone
test --spawn_strategy=standalone
run --spawn_strategy=standalone
build --genrule_strategy=standalone
test --genrule_strategy=standalone
run --genrule_strategy=standalone