[mupen64plus-core] 76/310: Revert "Enable link time optimization to accelerate interpreter"

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:20 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 6f57496bc7526987f011ff2d80978c3a4e62b06a
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jun 11 17:27:20 2011 +0200

    Revert "Enable link time optimization to accelerate interpreter"
    
    -flto seems to enable executable stack. This has to be fixed before an
    upload is appropriated.
    
    This reverts commit 6ddab707f6529acd72d4ece56348e15c7a8f9599.
---
 debian/changelog | 1 -
 debian/rules     | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 147ffbf..b865011 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,6 @@ 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 a60403b..8be0685 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,6 @@ 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