bazel.rc 281 B

1234567891011
  1. build:cuda --crosstool_top=//third_party/gpus/crosstool
  2. build --define=use_fast_cpp_protos=true
  3. build --define=allow_oversize_protos=true
  4. build --copt -funsigned-char
  5. build -c opt
  6. build --spawn_strategy=standalone
  7. test --spawn_strategy=standalone
  8. run --spawn_strategy=standalone