forked from pz4kybsvg/Conception
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.
12 lines
359 B
12 lines
359 B
2 years ago
|
# Use C++20 by default.
|
||
|
build --cxxopt=-std=c++20
|
||
|
build --host_cxxopt=-std=c++20
|
||
|
|
||
|
# Options for explicitly using Clang.
|
||
|
common:clang --repo_env=CC=clang-14
|
||
|
common:clang --repo_env=CXX=clang++-14
|
||
|
build:clang --action_env=CC=clang-14
|
||
|
build:clang --action_env=CXX=clang++-14
|
||
|
build:clang --host_action_env=CC=clang-14
|
||
|
build:clang --host_action_env=CXX=clang++-14
|