[med-svn] [seqan2] 02/02: Drop mips* to -O2 from -O3
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Feb 9 16:57:15 UTC 2018
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/2.4.0+dfsg-4
in repository seqan2.
commit 490f784e90985f2fb3cd9ef64ad4b444b1efc581
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Fri Feb 9 00:42:17 2018 -0800
Drop mips* to -O2 from -O3
---
debian/changelog | 5 +++--
debian/rules | 14 +++++++++-----
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 74602bb..4c39864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-seqan2 (2.4.0+dfsg-4) UNRELEASED; urgency=medium
+seqan2 (2.4.0+dfsg-4) unstable; urgency=medium
* Update seqan-config.cmake installation location as per upstream:
https://github.com/seqan/seqan/issues/2276
+ * Drop mips* to -O2 from -O3
- -- Michael R. Crusoe <michael.crusoe at gmail.com> Thu, 08 Feb 2018 06:14:52 -0800
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Fri, 09 Feb 2018 03:53:49 -0800
seqan2 (2.4.0+dfsg-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index b4ee6ad..2cc2e1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,15 @@ ifneq (,$(filter sparc64,$(DEB_HOST_ARCH)))
endif
ifneq (,$(filter mips mipsel mips64el,$(DEB_BUILD_ARCH)))
- DEB_CXXFLAGS_MAINT_APPEND+=-mxgot
+ DEB_CXXFLAGS_MAINT_APPEND+=-mxgot -O2
+ export DEB_CFLAGS_MAINT_APPEND+=-O2
+else
+ DEB_CXXFLAGS_MAINT_APPEND+=-O3
+ export DEB_CFLAGS_MAINT_APPEND+=-O3
endif
+# As per upstream's instructions
+DEB_CXXFLAGS_MAINT_APPEND+=-DNDEBUG
+
MAX_PARALLEL=""
# Disable or limit parallel building on some build archs to save memory
ifneq (,$(filter armel armhf mips mipsel sh4 kfreebsd% powerpcspe,$(DEB_BUILD_ARCH)))
@@ -37,10 +44,7 @@ endif
# DEB_CXXFLAGS_MAINT_APPEND+=-DSEQAN_ASYNC_IO=0
# endif
-# As per upstream's instructions
-DEB_CXXFLAGS_MAINT_APPEND+=-DNDEBUG -O3
-export DEB_CFLAGS_MAINT_APPEND+=-O3
-export DEB_CXXFLAGS_MAINT_APPEND DEB_CFLAGS_MAINT_APPEND
+export DEB_CXXFLAGS_MAINT_APPEND
pkgapps=seqan-apps
pkgdev=libseqan2-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git
More information about the debian-med-commit
mailing list