bazel: Reword comment that memory leaks are acceptable

Co-authored-by: Greg Roodt <groodt@gmail.com>
This commit is contained in:
Claudio Bley 2021-02-02 10:16:20 +01:00 committed by Claudio Bley
parent 5f71a0ff5d
commit a6e18b4758

View File

@ -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