We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently if you have a crate with the following contents:
[crate_type="lib"];
and you compile it like this rustc --rlib test.rs you'll get both an .rlib and a .so file. I expect that command to emit only the .rlib file.
rustc --rlib test.rs
.rlib
.so