From a6e18b4758071f4a2f0cd98d11a9a4438335f817 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Tue, 2 Feb 2021 10:16:20 +0100 Subject: [PATCH] bazel: Reword comment that memory leaks are acceptable Co-authored-by: Greg Roodt --- pkgs/development/tools/build-managers/bazel/bazel_3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/build-managers/bazel/bazel_3/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_3/default.nix index 37afb129867..41ae9ce2112 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_3/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_3/default.nix @@ -181,7 +181,7 @@ stdenv.mkDerivation rec { # the xcode_locator tool. # This patch removes using the -fobjc-arc compiler option and makes the code # compile without automatic reference counting. Caveat: this leaks memory, but - # we neglect this fact. + # we accept this fact because xcode_locator is only a short-lived process used during the build. ./no-arc.patch # --experimental_strict_action_env (which may one day become the default