bazel: Reword comment that memory leaks are acceptable
Co-authored-by: Greg Roodt <groodt@gmail.com>
This commit is contained in:
parent
5f71a0ff5d
commit
a6e18b4758
@ -181,7 +181,7 @@ stdenv.mkDerivation rec {
|
|||||||
# the xcode_locator tool.
|
# the xcode_locator tool.
|
||||||
# This patch removes using the -fobjc-arc compiler option and makes the code
|
# This patch removes using the -fobjc-arc compiler option and makes the code
|
||||||
# compile without automatic reference counting. Caveat: this leaks memory, but
|
# 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
|
./no-arc.patch
|
||||||
|
|
||||||
# --experimental_strict_action_env (which may one day become the default
|
# --experimental_strict_action_env (which may one day become the default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user