[med-svn] [seqan2] 03/03: Try out -O3 for many architectures as that is upstream's default.

Michael Crusoe misterc-guest at moszumanska.debian.org
Wed Oct 26 10:53:21 UTC 2016


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

misterc-guest pushed a commit to tag debian/2.3.0_1.20161019_af07bc1+dfsg-4
in repository seqan2.

commit d5c214475dacc781ae2c7f0ab8cf8b8d1ca3ee0c
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Wed Oct 26 03:36:08 2016 -0700

    Try out -O3 for many architectures as that is upstream's default.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a91ad5d..861a9a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 seqan2 (2.3.0~1.20161019~af07bc1+dfsg-4) experimental; urgency=medium
 
+  * Try out -O3 for many architectures as that is upstream's default.
   * Skip unneeded build for -indep.
   * Fix architecture detection logic.
   * Fix from upstream for another sparc64 related typo.
diff --git a/debian/rules b/debian/rules
index 8397299..a7e13cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog -SVersion | egrep -o '^[0-9.]+')
 # See https://wiki.debian.org/Hardening#Notes_for_packages_using_CMake
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
-CFLAGS+=$(CPPFLAGS)
-CXXFLAGS+=$(CPPFLAGS)
+CFLAGS+=$(CPPFLAGS) -O3
+CXXFLAGS+=$(CPPFLAGS) -O3
 
 # Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!
 # export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//')  ## don't do this, it simply triggers #759978

-- 
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