[mupen64plus-core] 75/310: Enable link time optimization to accelerate interpreter

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:19 UTC 2015


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit 6ddab707f6529acd72d4ece56348e15c7a8f9599
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Jun 8 17:28:09 2011 +0200

    Enable link time optimization to accelerate interpreter
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b865011..147ffbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mupen64plus-core (1.99.4-2) UNRELEASED; urgency=low
   * Upgraded to policy 3.9.2, no changes required
   * Update Vcs-* fields to new anonscm.debian.org URLs in debian/control
   * Add multiarch support (Closes: #623767)
+  * Enable link time optimization to accelerate interpreter
 
  -- Sven Eckelmann <sven at narfation.org>  Mon, 07 Mar 2011 21:46:08 +0100
 
diff --git a/debian/rules b/debian/rules
index 8be0685..a60403b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@ CFLAGS += $(HARDENING_CFLAGS)
 CXXFLAGS += $(HARDENING_CFLAGS)
 LDFLAGS += $(HARDENING_LDFLAGS)
 
+CFLAGS += -flto
+CXXFLAGS += -flto
+LDFLAGS += $(CFLAGS)
+LDFLAGS += $(CXXFLAGS)
 LDFLAGS += -Wl,--as-needed
 
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git



More information about the Pkg-games-commits mailing list