Skip to content

Commit

Permalink
Add warnings as errors for tests (#247)
Browse files Browse the repository at this point in the history
Just helps make sure we don't introduce any weird platform mismatch that
ld doesn't fail on
  • Loading branch information
keith authored Aug 21, 2023
1 parent f72056a commit c9f40aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build --apple_crosstool_top=@local_config_apple_cc//:toolchain
build --crosstool_top=@local_config_apple_cc//:toolchain
build --host_crosstool_top=@local_config_apple_cc//:toolchain
build --features=treat_warnings_as_errors

0 comments on commit c9f40aa

Please sign in to comment.