summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index d90900f..66c9547 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,3 +1,6 @@
+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