mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
parent
5899a80ae6
commit
f4ed73119a
@ -0,0 +1,8 @@
|
||||
# `link-native-libraries`
|
||||
|
||||
This option allows ignoring libraries specified in `#[link]` attributes instead of passing them to the linker.
|
||||
This can be useful in build systems that manage native libraries themselves and pass them manually,
|
||||
e.g. with `-Clink-arg`.
|
||||
|
||||
- `yes` - Pass native libraries to the linker. Default.
|
||||
- `no` - Don't pass native libraries to the linker.
|
Loading…
Reference in New Issue
Block a user