Skip to content

Commit 7241373

Browse files
authored
Unrolled build for rust-lang#116213
Rollup merge of rust-lang#116213 - tmandry:doclnl, r=ehuss Document -Zlink-native-libraries Originally added in rust-lang#70095.
2 parents 46da927 + f4ed731 commit 7241373

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `link-native-libraries`
2+
3+
This option allows ignoring libraries specified in `#[link]` attributes instead of passing them to the linker.
4+
This can be useful in build systems that manage native libraries themselves and pass them manually,
5+
e.g. with `-Clink-arg`.
6+
7+
- `yes` - Pass native libraries to the linker. Default.
8+
- `no` - Don't pass native libraries to the linker.

0 commit comments

Comments
 (0)