File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ but it is not guaranteed. If you need whole archive semantics use `+whole-archiv
89
89
This modifier is only compatible with the ` static ` linking kind.
90
90
Using any other kind will result in a compiler error.
91
91
92
- When building a rlib or staticlib ` +bundle ` means that all object files from the native static
93
- library will be added to the rlib or staticlib archive, and then used from it during linking of
94
- the final binary.
92
+ When building a rlib or staticlib ` +bundle ` means that the native static library
93
+ will be packed into the rlib or staticlib archive, and then retrieved from there
94
+ during linking of the final binary.
95
95
96
96
When building a rlib ` -bundle ` means that the native static library is registered as a dependency
97
97
of that rlib "by name", and object files from it are included only during linking of the final
You can’t perform that action at this time.
0 commit comments