[neon/qt6/qt6-multimedia/Neon/release] debian: insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo
Carlos De Maine
null at kde.org
Wed May 20 23:36:14 BST 2026
Git commit 478546f189f162feb48c62c77fad97d1430e558a by Carlos De Maine.
Committed on 20/05/2026 at 01:02.
Pushed by carlosdem into branch 'Neon/release'.
insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo
M +2 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-multimedia/-/commit/478546f189f162feb48c62c77fad97d1430e558a
diff --git a/debian/rules b/debian/rules
index c533bdb..e6f2a51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ endif
override_dh_auto_configure:
dh_auto_configure -- \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
@@ -35,4 +36,4 @@ override_dh_auto_install-indep:
execute_after_dh_auto_install-arch:
# Reproducible builds: remove build paths from .prl files
- sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
\ No newline at end of file
+ sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
More information about the Neon-commits
mailing list