Skip to content

Commit

Permalink
[bazel] Define a release configuration (realm#4251)
Browse files Browse the repository at this point in the history
This will be used to put release configurations, like WMO.
  • Loading branch information
jpsim authored Sep 28, 2022
1 parent fd7afed commit 73def99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ try-import %workspace%/user.bazelrc

build --macos_minimum_os=12.0 --host_macos_minimum_os=12.0
build --disk_cache=~/.bazel_cache

build:release \
--config=opt

0 comments on commit 73def99

Please sign in to comment.