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
Check if -static-{libgcc,libstdc++} flags are supported before passin…
…g them
Clang does not support these flags and -static is enough to link everything
statically.
This fixes build on FreeBSD.