From 5307ec3718be900925c30fcc7ff9fe90acdd1c94 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sun, 14 Apr 2024 23:57:42 +1000 Subject: [PATCH] build: Release mode enables optimisations --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index eb3207d..73ff067 100644 --- a/.bazelrc +++ b/.bazelrc @@ -17,3 +17,6 @@ build --workspace_status_command=build/workspace_status.sh # Enable build stamping in release config mode build:release --stamp + +# Turn on optimisation flags. +build:release -c opt