summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc3
1 files changed, 2 insertions, 1 deletions
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