[mame] 02/03: Remove optimization for i386 (reduces memory requirements on VM)

Cesare Falco cesarefalco-guest at moszumanska.debian.org
Fri Aug 4 14:52:40 UTC 2017


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

cesarefalco-guest pushed a commit to branch master
in repository mame.

commit 026d0c33ef1c17f3f806b9dcc1700b3dab6a02fe
Author: Cesare Falco <c.falco at ubuntu.com>
Date:   Fri Aug 4 16:48:59 2017 +0200

    Remove optimization for i386 (reduces memory requirements on VM)
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index e39a582..2a50fdb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,7 @@ endif
 
 ifeq ($(DEB_HOST_ARCH),i386)
 DEB_OPTS += \
+    OPTIMIZE=0 \
     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