[neon/qt6/qt6-quickeffectmaker/Neon/release] debian: insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo
Carlos De Maine
null at kde.org
Wed May 20 23:35:26 BST 2026
Git commit edd6062cd49a4dac022624420ba5c3d7bc3fc287 by Carlos De Maine.
Committed on 20/05/2026 at 01:05.
Pushed by carlosdem into branch 'Neon/release'.
insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo
M +1 -0 debian/rules
https://invent.kde.org/neon/qt6/qt6-quickeffectmaker/-/commit/edd6062cd49a4dac022624420ba5c3d7bc3fc287
diff --git a/debian/rules b/debian/rules
index fd3405f..1db9232 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
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 \
More information about the Neon-commits
mailing list