bazel.rc 281 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
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