[neon/qt6/qt6-shadertools/Neon/unstable] debian: add mold linker
Carlos De Maine
null at kde.org
Sat Oct 28 06:01:08 BST 2023
Git commit c04e543ea0da6888e5bafac58c44a6286b7d9c20 by Carlos De Maine.
Committed on 28/10/2023 at 06:59.
Pushed by carlosdem into branch 'Neon/unstable'.
add mold linker
M +1 -0 debian/control
M +0 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-shadertools/-/commit/c04e543ea0da6888e5bafac58c44a6286b7d9c20
diff --git a/debian/control b/debian/control
index 53d88f1..7ae06ca 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake,
libgl1-mesa-dev,
libvulkan-dev [linux-any],
libxkbcommon-dev,
+ mold,
ninja-build,
pkg-config,
pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index cc01c94..36e0143 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ override_dh_auto_configure:
dh_auto_configure -- \
--log-level=STATUS \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
- -DFEATURE_reduce_relocations=OFF \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DQT_UNITY_BUILD=ON \
$(cmake_extra_args)
More information about the Neon-commits
mailing list