From 0464db44d0d6beec545bfe4aa6c301addf1bc78e Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 8 Mar 2021 19:31:26 -0800 Subject: [PATCH] optimized compilation mode --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelrc b/.bazelrc index 9fae34f..913e3b5 100644 --- a/.bazelrc +++ b/.bazelrc @@ -8,5 +8,7 @@ build --cxxopt=-Xclang build --cxxopt=-std=c++20 build --cxxopt=/Zc:__cplusplus +build --compilation_mode=opt + # For boost, because it's really annoying. build --cxxopt=-Wno-macro-redefined