From 5c45530359187a63356dae05314263168e6a31a1 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 23 Jan 2025 00:27:17 +0100 Subject: Add Python as dev dependency --- .bazelrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.bazelrc') 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 -- cgit