diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-14 16:43:00 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-27 18:20:52 +0200 |
commit | f86aa3c0800d3489befe0391c75977aa1d0271bb (patch) | |
tree | a9077253ddda554d32c7e5aef00deec852795968 /docs/markdown/snippets | |
parent | cef13b04c253150a449eaea806d97207281916eb (diff) | |
download | meson-prelink.tar.gz |
Add prelinking support for static libraries.prelink
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/prelink.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/prelink.md b/docs/markdown/snippets/prelink.md new file mode 100644 index 000000000..26f5bbbc2 --- /dev/null +++ b/docs/markdown/snippets/prelink.md @@ -0,0 +1,6 @@ +## 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 currently only +supported for the GNU toolchain, patches to add it to other compilers +are most welcome. |