[med-svn] [Git][med-team/plast][master] 2 commits: d/rules: Really disable lto
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Wed Jul 20 10:29:45 BST 2022
Nilesh Patra pushed to branch master at Debian Med / plast
Commits:
30125e05 by Nilesh Patra at 2022-07-20T14:53:17+05:30
d/rules: Really disable lto
- - - - -
616906ef by Nilesh Patra at 2022-07-20T14:54:56+05:30
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,12 @@
-plast (2.3.2+dfsg-9) UNRELEASED; urgency=medium
+plast (2.3.2+dfsg-9) unstable; urgency=medium
+ * Team Upload.
+ [ Andreas Tille ]
* Disable link time optimization since it results in test suite failure
Closes: #1015585
* Standards-Version: 4.6.1 (routine-update)
- -- Andreas Tille <tille at debian.org> Wed, 20 Jul 2022 09:18:22 +0200
+ -- Nilesh Patra <nilesh at debian.org> Wed, 20 Jul 2022 14:54:49 +0530
plast (2.3.2+dfsg-8) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk
BUILD_DIR := obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export BDATE=$(shell TZ=UTC LC_ALL=C date -d"@$(SOURCE_DATE_EPOCH)" +'%Y-%m-%d')
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
export DEB_CFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
export DEB_CXXFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/cd63e4b9d48bc945bb8dc56fbd8b2cd720528677...616906efa5a4485cf3ad6a81b3f0d932f806d3e2
--
View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/cd63e4b9d48bc945bb8dc56fbd8b2cd720528677...616906efa5a4485cf3ad6a81b3f0d932f806d3e2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220720/1dbf9e11/attachment-0001.htm>
More information about the debian-med-commit
mailing list