From 623a7e19c09233858435ecbb09b3ccc44356a9d7 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 25 May 2018 13:05:12 +0200 Subject: Don't package qml plugin debug symbols on Linux Amends 6f894c2667c77e2580e7312d2ebed05efa7d654e. Reduces Qt 5.11.0 Linux wheel size from ~219MB to ~139MB (~80MB delta). Task-number: PYSIDE-661 Change-Id: Iaae1089183148037d94fe541f26426fd51c0f54d Reviewed-by: Friedemann Kleint --- build_scripts/platforms/linux.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build_scripts/platforms') diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py index 7eb8a217b..bdeb2b66e 100644 --- a/build_scripts/platforms/linux.py +++ b/build_scripts/platforms/linux.py @@ -94,6 +94,7 @@ def prepare_standalone_package_linux(self, executables, vars): filter=None, force=False, recursive=True, + ignore=["*.so.debug"], vars=vars) # /translations/* -> /PySide2/Qt/translations -- cgit v1.2.3