Skip to content

contrib: qt: strip installed static libraries with gcc+win32

Steve Lhomme requested to merge robUx4/vlc:qt-gcc-strip into master

Since the generated DLL is too big if it contains the symbols (#28643, #28598) we strip the symbols. Since it won't be used to make release builds, it doesn't matter.

Merge request reports