summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-11-01 14:18:53 +0100
committerGard Spreemann <gspr@nonempty.org>2020-11-01 14:18:53 +0100
commit93edb00106ecb047a0e6dcab0e745dcd7320a9f8 (patch)
treee0571e3d33b4c5ce52a051048c9b09a5fa1651d1
parent8800dcf8a75f9bd9a531c6747f608e88fe38dd09 (diff)
Expand on comment.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 30112530..7e1c8813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ ifeq (, $(ALLOW_PARALLEL))
endif
# The buildds run out of memory on some architectures. On those, we
-# force non-parallel building.
+# tune the GCC garbage collector and force non-parallel building.
ifneq (, $(filter $(shell dpkg-architecture --query DEB_BUILD_ARCH),armhf arm64 i386 mips mipsel m68k powerpcspe x32))
export DEB_CXXFLAGS_MAINT_APPEND = --param ggc-min-expand=5
# We have disabled parallel builds in general now. Consider disabling