diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-07-30 00:18:28 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-07-30 00:18:28 +0200 |
commit | 4e3fd3eac50d3685a7771b570741f2922c4e3693 (patch) | |
tree | 4417153cd454a1f09a8fbf7c3329819b50734c40 /.bazelrc |
Initial commit
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 5 |
1 files changed, 5 insertions, 0 deletions
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
|