From 4e3fd3eac50d3685a7771b570741f2922c4e3693 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 30 Jul 2024 00:18:28 +0200 Subject: Initial commit --- .bazelrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bazelrc (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 0000000..8fa0ff2 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,5 @@ +build --cxxopt=-Xclang=-std=c++20 +build --cxxopt=-Wall +build --cxxopt=-Wno-c++98-compat +build --cxxopt=-Wno-c++98-compat-pedantic +build --cxxopt=-Wno-pre-c++17-compat -- cgit