[neon/extras/qcoro/Neon/release] debian: debian/rules: Set option to disable building with LTO.

Rik Mills null at kde.org
Mon May 22 00:13:37 BST 2023


Git commit be2520f6f93e4a1258ed58ddce205c15e172e80d by Rik Mills.
Committed on 05/12/2022 at 14:21.
Pushed by carlosdem into branch 'Neon/release'.

debian/rules: Set option to disable building with LTO.
Allows syncing direct to Ubuntu with current symbols files.

M  +4    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/qcoro/commit/be2520f6f93e4a1258ed58ddce205c15e172e80d

diff --git a/debian/changelog b/debian/changelog
index 2cd9c9d..f563992 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qcoro (0.7.0-4) UNRELEASED; urgency=medium
 
+  [ Rik Mills ]
+  * debian/rules: Set option to disable building with LTO. Allows
+    syncing direct to Ubuntu with current symbols files.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 05 Dec 2022 14:14:55 +0000
 
 qcoro (0.7.0-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index a528be1..fa13ad4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
 
 CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
 



More information about the Neon-commits mailing list