summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/.bazelrc b/.bazelrc
index 99963d6..97a7861 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,3 +1,8 @@
+startup --windows_enable_symlinks
+build:windows --enable_runfiles=true
+
+build --build_python_zip=false
+
build:windows --extra_execution_platforms=//:x64_windows-clang-cl
# @Todo(bazel) We should be able to use @local_config_cc...
build:windows --extra_toolchains=@@rules_cc++cc_configure_extension+local_config_cc//:cc-toolchain-x64_windows-clang-cl
@@ -7,8 +12,6 @@ build:linux --repo_env=CC=clang
build:windows --cxxopt=-Xclang=-std=c++20
build:linux --cxxopt=-std=c++20
-common --incompatible_autoload_externally=+@rules_python
-
build --cxxopt=-Wall
build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic