Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
5 days | rust: add rust_dynamic_std option | Paolo Bonzini | 1 | -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> |