summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-12 00:17:02 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:35:58 +0100
commit7c9e871eb66de64e7a1861fd1faebcd5524fed96 (patch)
tree63bfcf8a2163c724b39e67f3786f0daab94a8ea1 /.bazelrc
parentb509ebcdc5858a88af4b23499a964305da484b8d (diff)
Add reserve_capacity to buffer
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index e8695f6..3005424 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -7,6 +7,8 @@ build:linux --repo_env=CC=clang
build:windows --cxxopt=-Xclang=-std=c++20
build:linux --cxxopt=-std=c++20
+common --incompatible_autoload_externally=+@rules_python
+
build --cxxopt=-Wall
build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic