You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass --static to pkg-config on --enable-executable-static.
This improves static building of packages with pkg-config depends,
by using the pkg-config feature designed for just that.
It results in more `-l` flags being emitted by `pkg-config --libs`,
namely those of all recursive `.a` file dependencies.
0 commit comments