Skip to content

Commit

Permalink
Apply suggested bazel flags (realm#4917)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Apr 21, 2023
1 parent 9c25251 commit dc89109
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 @@ -5,6 +5,9 @@ try-import %workspace%/user.bazelrc

build --macos_minimum_os=12.0 --host_macos_minimum_os=12.0
build --disk_cache=~/.bazel_cache
build --experimental_remote_cache_compression
build --experimental_remote_build_event_upload=minimal
build --nolegacy_important_outputs
build --swiftcopt=-warnings-as-errors

build:release \
Expand Down

0 comments on commit dc89109

Please sign in to comment.