We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa5b2fe + f4ed731 commit be51067Copy full SHA for be51067
src/doc/unstable-book/src/compiler-flags/link-native-libraries.md
@@ -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