This is an automated email from the git hooks/post-receive script. cesarefalco-guest pushed a commit to branch ubuntu/0.173-3 in repository mame.
commit 988a1a6edd0364fe3e1a0460834aa316d6c0e7fd Author: Cesare Falco <[email protected]> Date: Sat May 14 23:14:41 2016 +0200 Use linker options for all archs (or now will fail 64bit ones) --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b42f8c0..c0d5d73 100755 --- a/debian/rules +++ b/debian/rules @@ -19,10 +19,11 @@ export DEB_CFLAGS_MAINT_APPEND = $(shell dpkg-buildflags --get CPPFLAGS) # Try to deal with mame's linking requiring huge amounts of memory and # causing problems on 32 bit architectures -# Sacrifice linking speed to avoid using so much memory -ifeq ($(DEB_HOST_ARCH_BITS),32) export DEB_LDFLAGS_MAINT_APPEND = \ -Wl,--as-needed,--no-keep-memory,--reduce-memory-overheads,--hash-size=2 + +# Sacrifice linking speed to avoid using so much memory +ifeq ($(DEB_HOST_ARCH_BITS),32) # Disable -g entirely CFLAGS := $(CFLAGS:-g=-g0) endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

