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 @@ -167,9 +167,9 @@ block.
167
167
This modifier is only compatible with the ` static ` linking kind.
168
168
Using any other kind will result in a compiler error.
169
169
170
- When building a rlib or staticlib ` +bundle ` means that all object files from the native static
171
- library will be added to the rlib or staticlib archive, and then used from it during linking of
172
- the final binary.
170
+ When building a rlib or staticlib ` +bundle ` means that the native static library
171
+ will be packed into the rlib or staticlib archive, and then retrieved from there
172
+ during linking of the final binary.
173
173
174
174
When building a rlib ` -bundle ` means that the native static library is registered as a dependency
175
175
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