Add note in release notes that thin archives has been reverted

pull/9494/head
Xavier Claessens 3 years ago committed by Xavier Claessens
parent 37ea997ca4
commit 5e2c251eda
  1. 4
      docs/markdown/Release-notes-for-0.60.0.md

@ -98,6 +98,10 @@ option('o5', type: 'boolean', deprecated: {'enabled': 'true', 'disabled': 'false
## More efficient static linking of uninstalled libraries
**Note**: This change had to be reverted in 0.60.1 because it caused regressions.
New API will likely be introduced in 0.61.0 to have better control whether or
not to create thin archive.
A somewhat common use case of [[static_library]] is to create uninstalled
internal convenience libraries which are solely meant to be linked to other
targets. Some build systems call these "object libraries". Meson's

Loading…
Cancel
Save