12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
|
|
||
|
build --cxxopt=-std=c++14
|
||
|
build --host_cxxopt=-std=c++14
|
||
|
|
||
|
build --spawn_strategy=standalone
|
||
|
build --host_force_python=PY2
|
||
|
build --incompatible_bzl_disallow_load_after_statement=false
|
||
|
test --host_force_python=PY2
|
||
|
test --incompatible_bzl_disallow_load_after_statement=false
|
||
|
|
||
|
|