[med-svn] [rnahybrid] 01/01: Just keep a record of the hint given by Adrian Bunk <bunk at debian.org> to set optimisation flags only fpr specific architecture
Andreas Tille
tille at debian.org
Thu Sep 28 06:15:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository rnahybrid.
commit 3bb3deff9dcfdde4c84719627cd684c6712c75eb
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 28 08:15:17 2017 +0200
Just keep a record of the hint given by Adrian Bunk <bunk at debian.org> to set optimisation flags only fpr specific architecture
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index b80bede..0570d98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,12 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+# # work around the #861281 gcc >= 6 compile time regression on 32bit arm
+# ifneq (,$(findstring $(DEB_HOST_ARCH), armel))
+# export DEB_CFLAGS_MAINT_APPEND = -O1
+# endif
+
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rnahybrid.git
More information about the debian-med-commit
mailing list