File size: 378 Bytes
8fcf809 |
1 2 3 4 5 6 7 8 9 10 |
# Use the Angular Ivy compiler
# See https://github.com/angular/angular/blob/master/docs/BAZEL.md#various-flags-used-for-tests
build --define=angular_ivy_enabled=True
common --experimental_repo_remote_exec # from TensorFlow
# Use C++ backing implementations for Python proto parsing and deserialization,
# which is much faster (~10x).
build --define=use_fast_cpp_protos=true
|