reference icon indicating copy to clipboard operation
reference copied to clipboard

Add note about static libraries not linking their dependencies

Open madsmtm opened this issue 5 months ago • 0 comments

This confused me for a while, but this is just fundamentally how static libraries work.

Wading through some history on this, I think when specifying --crate-type=staticlib, rustc used to output the --print=native-static-libs note by default, but it doesn't anymore, so let's document it instead!

madsmtm avatar Feb 17 '24 04:02 madsmtm