[mame] 04/04: Set OPTIMIZE=2 to avoid memory exhaustion on i386 builds.
Jordi Mallach
jordi at moszumanska.debian.org
Thu Mar 22 21:27:39 UTC 2018
This is an automated email from the git hooks/post-receive script.
jordi pushed a commit to branch master
in repository mame.
commit 249a00ddb330355df660d92cce8d8e92b1b7a487
Author: Jordi Mallach <jordi at debian.org>
Date: Thu Mar 22 22:26:41 2018 +0100
Set OPTIMIZE=2 to avoid memory exhaustion on i386 builds.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ef5962c..7717861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ mame (0.195+dfsg.1-2) UNRELEASED; urgency=medium
* Add patch to fix an infinite loop in the fallback C code for
mips*, arm*, s390x, and other arches with no native ASM. This
fixes the validation tests for the check build rule.
+ * Set OPTIMIZE=2 to avoid memory exhaustion on i386 builds.
-- Jordi Mallach <jordi at debian.org> Thu, 22 Mar 2018 11:39:45 +0100
diff --git a/debian/rules b/debian/rules
index e11f2d2..032b7ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ endif
ifeq ($(DEB_HOST_ARCH),i386)
DEB_OPTS += \
- OPTIMIZE=0 \
+ OPTIMIZE=2 \
FORCE_DRC_C_BACKEND= \
NOASM=
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git
More information about the Pkg-games-commits
mailing list