[mednafen] 01/02: Disable PIE.

Stephen Kitt skitt at moszumanska.debian.org
Tue Jul 26 19:26:28 UTC 2016


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

skitt pushed a commit to branch master
in repository mednafen.

commit f0915b8f9ed080d610fd4c74d9831f059304c648
Author: Stephen Kitt <steve at sk2.org>
Date:   Tue Jul 26 21:25:34 2016 +0200

    Disable PIE.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bdf7dd7..c5349ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mednafen (0.9.38.7+dfsg-3) UNRELEASED; urgency=medium
+
+  * Disable PIE, it has a measurable performance impact on the more
+    complex emulations (~5% frame-rate reduction on PS1 in particular).
+
+ -- Stephen Kitt <skitt at debian.org>  Tue, 26 Jul 2016 18:59:44 +0200
+
 mednafen (0.9.38.7+dfsg-2) unstable; urgency=medium
 
   * Switch to https: VCS URIs (see #810378).
diff --git a/debian/rules b/debian/rules
index 38ad91b..210ded4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 liblzo2_source := $(shell dpkg-query -W -f='$${source:Package} (= $${source:Version})\n' liblzo2-dev | head -n 1)
 

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



More information about the Pkg-games-commits mailing list