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
Warn when relying on default musl target static linkage behaviour
This introduces a new lint, "musl_missing_crt_static" that warns when
compiling code for a musl target that defaults to static linkage without
explicitly specifying -Ctarget-feature=+crt-static.
The targets will be changed to link dynamically by default in the
future, after which this lint can be removed again.
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
0 commit comments