summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-23 00:27:17 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-23 00:34:51 +0100
commit5c45530359187a63356dae05314263168e6a31a1 (patch)
tree307ed2fb461c2b2a9ee66d7f736a7086aa95ba32 /.bazelrc
parente5acc1eaa7e342b64ccfaaef5ea502cd623e41d5 (diff)
Add Python as dev dependency
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