aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/yaml/functions/_build_target_base.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml
index 79924d8..724b6a4 100644
--- a/docs/yaml/functions/_build_target_base.yaml
+++ b/docs/yaml/functions/_build_target_base.yaml
@@ -123,8 +123,10 @@ kwargs:
type: list[lib | custom_tgt | custom_idx]
since: 0.40.0
description: |
- Links all contents of the given static libraries
- whether they are used by not, equivalent to the `-Wl,--whole-archive` argument flag of GCC.
+ Links all contents of the given static libraries whether they are used or
+ not, equivalent to the `-Wl,--whole-archive` argument flag of GCC, or the
+ '/WHOLEARCHIVE' MSVC linker option. This allows the linked target to
+ re-export symbols from all objects in the static libraries.
*(since 0.41.0)* If passed a list that list will be flattened.