aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-11-14 16:43:00 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-11-14 21:57:12 +0200
commit1bb5c8a4fb625d5ff296d0f31fc3b3cc92580d62 (patch)
treec5b1521d43a8ab02725e5626d2e51ba330fb7b55 /docs/markdown/Reference-manual.md
parent59cacbbfc17dffe4aede1dfaa93bd5e1a3e994b2 (diff)
downloadmeson-prelink.zip
meson-prelink.tar.gz
meson-prelink.tar.bz2
Add prelinking support for static libraries.prelink
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 4 insertions, 0 deletions
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