From 5606b4c399404c0b8f745c6702d70f26eff8b371 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 25 Mar 2024 19:32:02 +0100 Subject: Update to Clang 18, C++23, rework allocator --- .bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index e385c65..ed87e07 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,4 @@ -build --copt=/std:c++20 +build --copt=-Xclang=-std=c++23 build --copt=-Wall build --copt=-Wno-pre-c++17-compat build --copt=-Wno-c++98-compat @@ -12,3 +12,4 @@ build --copt=-Wno-c++20-compat build --copt=-Wno-extra-semi build --copt=-Wno-unsafe-buffer-usage build --copt=-Wno-missing-prototypes +build --copt=-Wno-switch-default -- cgit