You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Conception/drake-master/tools/ubuntu-focal.bazelrc

12 lines
359 B

# Use C++17 by default.
build --cxxopt=-std=c++17
build --host_cxxopt=-std=c++17
# Options for explicitly using Clang.
common:clang --repo_env=CC=clang-12
common:clang --repo_env=CXX=clang++-12
build:clang --action_env=CC=clang-12
build:clang --action_env=CXX=clang++-12
build:clang --host_action_env=CC=clang-12
build:clang --host_action_env=CXX=clang++-12