Skip to content

contrib: qt: optimize size if debug info is forced

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/optimizesize into master

With Qt 6.7.0, release with debug information seems to exceed 2GB size. This apparently causes issues with LoadLibraryEx.

Merge request reports