From 7c9e871eb66de64e7a1861fd1faebcd5524fed96 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 12 Dec 2024 00:17:02 +0100 Subject: Add reserve_capacity to buffer --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bazelrc') 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 -- cgit