diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-25 00:08:02 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-25 00:08:11 +0100 |
commit | a808626873cde6665fbcb27de4f1a8e16518b2da (patch) | |
tree | 8b81897a8c6070b7b57f86f6a98da2531d0ec84a /.bazelrc | |
parent | aa73023bee1aebc745188e54039d3bf567be97e3 (diff) |
Start using deducing this, needs more utilities work
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ build:windows --extra_toolchains=@@rules_cc++cc_configure_extension+local_confi build:linux --repo_env=CC=clang -build:windows --cxxopt=-Xclang=-std=c++20 -build:linux --cxxopt=-std=c++20 +build:windows --cxxopt=-Xclang=-std=c++23 +build:linux --cxxopt=-std=c++23 build --cxxopt=-Wall build --cxxopt=-Wno-c++98-compat |