[Debian-astro-commits] [erfa] 01/02: (Temporarily) set -O0 to fix astropy FTBFS
Ole Streicher
olebole at moszumanska.debian.org
Sat Oct 22 20:29:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository erfa.
commit 906adc53b67c69bd11723c65e74670a5467abdf4
Author: Ole Streicher <olebole at debian.org>
Date: Sat Oct 22 22:22:41 2016 +0200
(Temporarily) set -O0 to fix astropy FTBFS
See https://github.com/astropy/astropy/issues/5425 for details
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 893586c..3612242 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
# see https://bugs.debian.org/835105
# and https://github.com/liberfa/erfa/issues/33
# and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77365
-CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -fno-caller-saves
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -O0 -fno-caller-saves
export CFLAGS
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/erfa.git
More information about the Debian-astro-commits
mailing list