[neon/qt6/qt6-base/Neon/unstable] debian: reverts and remove interprocedural_optimization

Carlos De Maine null at kde.org
Fri Oct 27 08:04:27 BST 2023


Git commit c2e3220d2b47e3918114c7aed0adc8fd4892aff6 by Carlos De Maine.
Committed on 27/10/2023 at 09:04.
Pushed by carlosdem into branch 'Neon/unstable'.

reverts and remove interprocedural_optimization

M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/c2e3220d2b47e3918114c7aed0adc8fd4892aff6

diff --git a/debian/rules b/debian/rules
index 0afe7e3..766b8e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,15 +32,15 @@ endif
 %:
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
-#		-DFEATURE_use_lld_linker=ON \
+#		-DFEATURE_use_mold_linker=ON \
 #		-DFEATURE_enable_gdb_index=ON \
+#		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DFEATURE_accessibility=ON \
@@ -130,4 +130,4 @@ override_dh_makeshlibs:
 	dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
 
 execute_after_dh_shlibdeps-arch:
-	echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars
\ No newline at end of file
+	echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars


More information about the Neon-commits mailing list