blob: 017c33c9017f035955284230cf58f422ab7bf4b0 (
plain)
1
2
3
4
5
|
## Add support for prelinked static libraries
The static library gains a new `prelink` keyword argument that can be
used to prelink object files in that target. This is mostly useful in
embedded projects.
|