contrib: qt: strip installed static libraries with gcc+win32
- May 15, 2024
-
-
Steve Lhomme authored
In case they needs tools from there.
27f44095 -
Steve Lhomme authored
We don't need to force Release mode because libraries still contain the debug symbols. And we set the optimization level in the C/CXXFLAGS.
3cd1c978 -
Steve Lhomme authored
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.
4f8708f3
-