File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ block.
167167This modifier is only compatible with the ` static ` linking kind.
168168Using any other kind will result in a compiler error.
169169
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.
173173
174174When building a rlib ` -bundle ` means that the native static library is registered as a dependency
175175of 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