diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 00:33:49 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 00:33:49 +0100 |
commit | f2e6a3fe77c4cce806c9b78b853554c9230c5d49 (patch) | |
tree | e6b0c2f00d9205fc26c099fe2c679fe3af68322d /.bazelrc | |
parent | 50653a9cfe3b26125cf07eae968b81e377a5de66 (diff) |
Upgrade asl
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|