Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Stop overwriting the optimization with -O3
· 960cfabb
Andreas Tille
authored
Apr 05, 2018
960cfabb
Point Vcs fields to salsa.debian.org
· 9fc33c7c
Andreas Tille
authored
Apr 05, 2018
9fc33c7c
Upload to unstable
· 0fd38fb2
Andreas Tille
authored
Apr 05, 2018
0fd38fb2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0fd38fb2
prodigal (1:2.6.3-3) unstable; urgency=medium
[ Adrian Bunk ]
* Stop overwriting the optimization with -O3
Closes: #894473
[ Andreas Tille ]
* Point Vcs fields to salsa.debian.org
-- Andreas Tille <tille@debian.org> Thu, 05 Apr 2018 09:52:17 +0200
prodigal (1:2.6.3-2) unstable; urgency=medium
[ Liubov Chuprikova ]
...
...
debian/control
View file @
0fd38fb2
...
...
@@ -6,8 +6,8 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/prodigal
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/prodigal.git
Vcs-Browser: https://
salsa
.debian.org/
med-team
/prodigal
Vcs-Git: https://
salsa
.debian.org/
med-team
/prodigal.git
Homepage: http://prodigal.ornl.gov/
Package: prodigal
...
...
debian/patches/no_hardcoded_O3.patch
0 → 100644
View file @
0fd38fb2
Description: Stop overwriting the optimization with -O3
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/894473
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
SHELL = /bin/sh
CC = gcc
-CFLAGS += -pedantic -Wall -O3
+CFLAGS += -pedantic -Wall
LFLAGS = -lm $(LDFLAGS)
TARGET = prodigal
debian/patches/series
0 → 100644
View file @
0fd38fb2
no_hardcoded_O3.patch