-
|
For example, the libwinpthread package, I built using Packages built with msys2 are linked to How can I make my libwinpthread build dynamically link to the remaining libraries? ; ( |
Beta Was this translation helpful? Give feedback.
Answered by
Fourish
Dec 19, 2025
Replies: 1 comment
-
|
After using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MehdiChinoune
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After using
strip --strip-unneeded --strip-debug, these binaries are much smaller.