aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-dynamic-std.md
AgeCommit message (Collapse)AuthorFilesLines
5 daysrust: add rust_dynamic_std optionPaolo Bonzini1-0/+7
As an initial implementation, simply adding "-C prefer-dynamic" works for binary crates (as well as dylib and proc-macro that already used it). In the future this could be extended to other crate types. For more information see the comment in the changed file, as well as https://github.com/mesonbuild/meson/issues/8828 and https://github.com/mesonbuild/meson/issues/14215. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>