- build:cuda --crosstool_top=//third_party/gpus/crosstool
- build --define=use_fast_cpp_protos=true
- build --define=allow_oversize_protos=true
- build --copt -funsigned-char
- build -c opt
- build --spawn_strategy=standalone
- test --spawn_strategy=standalone
- run --spawn_strategy=standalone
|