diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-07-31 00:27:41 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-07-31 00:27:41 +0200 |
commit | 4698812fdc2d9eeea03f26307d6e7e626aaec12b (patch) | |
tree | c0dc6b9a570f76e55880ea2c8a541a0d5a47de3d /.bazelrc | |
parent | 9289f825f4e2b30b6197e18896780782cd3a088e (diff) |
More work on refs
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ build --cxxopt=-Wall build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic
build --cxxopt=-Wno-pre-c++17-compat
+build --cxxopt=-Wno-c++20-compat
+build --cxxopt=-Wno-unused-macros
|