From 7ce4494c26761aa17511e7460aa3683b9e86499d Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 23 Oct 2019 22:18:08 +0200 Subject: Add i386 to list of memory-gentle architectures. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b758e4ec..a7a12f0e 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ DHFLAGS+=--buildsystem=cmake # The buildds run out of memory on some architectures. On those, we # force non-parallel building. -ifneq (, $(filter $(shell dpkg-architecture --query DEB_BUILD_ARCH),mips mipsel m68k powerpcspe)) +ifneq (, $(filter $(shell dpkg-architecture --query DEB_BUILD_ARCH),i386 mips mipsel m68k powerpcspe)) export DEB_CXXFLAGS_MAINT_APPEND = --param ggc-min-expand=5 DHFLAGS+=--no-parallel endif -- cgit v1.2.3