We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679df1e commit abc6d62Copy full SHA for abc6d62
.bazelrc
@@ -1,3 +1,9 @@
1
-build --repo_env=CC=clang --repo_env=CXX=clang++ --cxxopt="-std=c++20"
+common --enable_platform_specific_config
2
+
3
+build --repo_env=CC=clang --repo_env=CXX=clang++
4
5
+build:linux --cxxopt=-std=c++20
6
+build:macos --cxxopt=-std=c++20 --cpu=darwin_x86_64
7
+build:windows --cxxopt=/std:c++20 --cxxopt=/Zc:preprocessor
8
9
try-import %workspace%/local.bazelrc
0 commit comments