[mupen64plus-audio-sdl] 56/163: Remove unintended optimization flags

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:53:11 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-audio-sdl.

commit 347611dcb2c1a0010740e1dc20d9d28bf4582bde
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jul 23 23:18:12 2011 +0200

    Remove unintended optimization flags
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a746e06..63493f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mupen64plus-audio-sdl (1.99.4-3) UNRELEASED; urgency=low
   * debian/rules:
     - Mark all targets in debian/rules as phony
     - Force PIC using Makefile option
+    - Remove unintended optimization flags
   * debian/patches:
     - Add rewrite_makefile.patch, Rewrite Makefile to fix flags and linking
     - Remove obsolete default-optimisations.patch, hurd_os.patch
diff --git a/debian/rules b/debian/rules
index 2c5f251..5f4ce61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ LDFLAGS += -Wl,--as-needed
 
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" PIC=1
+MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" PIC=1 OPTFLAGS=""
 
 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %:
 	dh $@ --sourcedirectory="projects/unix" --parallel --list-missing

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



More information about the Pkg-games-commits mailing list