summaryrefslogtreecommitdiff
path: root/.bazelrc
blob: 5a043b0d4ed7e92398660126a354a8c3e80bf89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
build:windows  --extra_execution_platforms=//:x64_windows-clang-cl
build:windows  --extra_toolchains=@@local_config_cc//:cc-toolchain-x64_windows-clang-cl

build:linux    --repo_env=CC=clang

build:windows  --cxxopt=-Xclang=-std=c++20
build:linux    --cxxopt=-std=c++20

build --cxxopt=-Wall
build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic
build --cxxopt=-Wno-pre-c++17-compat
build --cxxopt=-Wno-c++20-compat
build --cxxopt=-Wno-unused-macros
build --cxxopt=-Wno-documentation-unknown-command
build --cxxopt=-Wno-extra-semi-stmt
build --cxxopt=-Wno-extra-semi
build --cxxopt=-Wno-global-constructors

test --test_output=errors