From c21b04ba087189472c60ce6e84987b74e9b7fccd Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 14 Nov 2020 16:43:00 +0200 Subject: Add prelinking support for static libraries. --- docs/markdown/Reference-manual.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/markdown/Reference-manual.md') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index aeaeccb..f490f5f 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1574,6 +1574,10 @@ has one argument the others don't have: option has no effect on Windows and OS X since it doesn't make sense on Windows and PIC cannot be disabled on OS X. +- `prelink` *since0.57.0*: if `true` the object files in the target + will be prelinked, meaning that it will contain only one prelinked + object file rather than the individual object files. + ### subdir() ``` meson -- cgit v1.1