[yade] 01/02: Use on i386 and kfreebsd-i386 compiler flags to reduce RAM consumption during compilation.

Anton Gladky gladk at moszumanska.debian.org
Fri Oct 24 22:06:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository yade.

commit 24108c84607de0c219b43964430829fac2b92166
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Oct 24 18:07:24 2014 +0200

    Use on i386 and kfreebsd-i386 compiler flags to reduce RAM consumption
    during compilation.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 03f81bf..57ede16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-no-keep-memory
 
 # Theses flags are neccessry for weak archs. See #733152
-ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf hurd-i386 mips mipsel))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf hurd-i386 mips mipsel i386 kfreebsd-i386))
 	export DEB_CXXFLAGS_MAINT_APPEND = --param ggc-min-expand=20 --param ggc-min-heapsize=128000
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yade.git



More information about the debian-science-commits mailing list