From 473006d32d391ee3967d5fcaeaa40f8fe6ebb04f Mon Sep 17 00:00:00 2001 From: Alexander Gutkin Date: Wed, 27 Sep 2023 08:35:44 -0700 Subject: [PATCH] Migrate to fast C++ protos for everything. PiperOrigin-RevId: 568859843 --- .bazelrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bazelrc b/.bazelrc index 1bf11d92..13038dc8 100644 --- a/.bazelrc +++ b/.bazelrc @@ -28,6 +28,12 @@ # verbose_logs: Show all compiler warnings during build. # libc++: Link against libc++ instead of stdlibc++ +# Enable fast C++ protos for everything. +build --define=use_fast_cpp_protos=true + +# Make Bazel print out all options from rc files when starting up. +build --announce_rc + # Suppress all warning messages. build:short_logs --output_filter=DONT_MATCH_ANYTHING build:verbose_logs --output_filter=