From f2e6a3fe77c4cce806c9b78b853554c9230c5d49 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 2 Mar 2025 00:33:49 +0100 Subject: Upgrade asl --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index b8d70bc..2b10790 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,7 +5,7 @@ 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 -build:windows --cxxopt=-Xclang=-std=c++20 +build:windows --cxxopt=-Xclang=-std=c++23 common --incompatible_autoload_externally=+@rules_python -- cgit