[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-4-12-g5b0aeb0

Sandro Knauß hefee at moszumanska.debian.org
Wed Jan 18 12:12:01 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=06afe3e

The following commit has been merged in the master branch:
commit 06afe3ee354bcd17eee9ec0d818aac7c419382e6
Author: Sandro Knauß <hefee at debian.org>
Date:   Tue Jan 17 18:44:26 2017 +0100

    bells and whistles to reduce even more the size of building
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index e82ce27..2123fc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,6 +94,8 @@ else ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(fulldebug_architect
 	echo "QMAKE_LFLAGS += -fdebug-types-section" >> .qmake.conf
 else
 # Disable debugging symbols in all the other archs.
+	echo "QMAKE_CFLAGS -= -g" >> .qmake.conf
+	echo "QMAKE_CFLAGS -= -gstabs" >> .qmake.conf
 	echo "QMAKE_CXXFLAGS -= -g" >> .qmake.conf
 	echo "QMAKE_CXXFLAGS -= -gstabs" >> .qmake.conf
 	echo "QT_CONFIG -= force_debug_info" >> .qmake.conf
@@ -112,6 +114,7 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(disabled_pch_architectur
 endif
 
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(small_architectures)))
+	defines += reduce_binary_size
 	echo "QMAKE_CXXFLAGS += --param ggc-min-expand=20" >> .qmake.conf
 	echo "QMAKE_CFLAGS += --param ggc-min-expand=20" >> .qmake.conf
 	echo "QMAKE_LFLAGS -= Wl,--gc-sections" >> .qmake.conf

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list