Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-65818

Qt library files are huge

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.4
    • 5.9.4
    • Packaging & Installer
    • None
    • Linux

    Description

      Qt was built with forced debug info, which leads to huge library (.so) files that cannot be used for deployment without further processing.

      Forcing debug info is fine, but it should be accompanied by -separate-debug-info, so the debug information is separate from the actual dynamic libraries. That is how it is done on Windows (because that is just how debug info works on Windows), and also how it would be done on macOS (with separate .dSYM bundles).

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              janihe Jani Heikkinen
              con Eike Ziller
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes