aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/catch2/.bazelrc
blob: 6084470eeecdf0f51062b291c70edd8d77297853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Enable Bzlmod for every Bazel command
common --enable_bzlmod

build --enable_platform_specific_config

build:gcc9 --cxxopt=-std=c++2a
build:gcc11 --cxxopt=-std=c++2a
build:clang13 --cxxopt=-std=c++17
build:vs2019 --cxxopt=/std:c++17
build:vs2022 --cxxopt=/std:c++17

build:windows --config=vs2022
build:linux --config=gcc11
build:macos --cxxopt=-std=c++2b