File tree 1 file changed +4
-4
lines changed
compiler/rustc_metadata/src
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
//! all dynamic. This isn't currently very well battle tested, so it will likely
47
47
//! fall short in some use cases.
48
48
//!
49
- //! Currently, there is no way to specify the preference of linkage with a
50
- //! particular library (other than a global dynamic/static switch).
51
- //! Additionally, the algorithm is geared towards finding *any* solution rather
52
- //! than finding a number of solutions (there are normally quite a few) .
49
+ //! The algorithm is geared towards finding *any* solution rather than finding a
50
+ //! number of solutions (there are normally quite a few). One can specify the
51
+ //! preference of linkage for a particular list of crates by specifying that
52
+ //! list via `-C prefer-dynamic=crate1,crate2,...` .
53
53
54
54
use crate :: creader:: CStore ;
55
55
You can’t perform that action at this time.
0 commit comments