From 2d20d9e98402ca5bf487c826d8ff55d0ff9664b6 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 13 Nov 2023 11:54:43 -0800 Subject: [PATCH] Disable treat_warnings_as_errors for now (#286) https://github.com/bazelbuild/rules_swift/issues/1083 --- .bazelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 6716d81..b95a40f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,4 @@ build --enable_platform_specific_config -build --features=treat_warnings_as_errors build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain build:macos --crosstool_top=@local_config_apple_cc//:toolchain