Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.4
-
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
- resulted from
-
QTBUG-3934 Provide sufficient debug symbols with the pre-built binaries for Qt
- Closed