diff options
| author | gerioldman <k.gergo49@gmail.com> | 2024-08-28 02:57:56 +0200 |
|---|---|---|
| committer | gerioldman <k.gergo49@gmail.com> | 2025-01-08 01:52:03 +0100 |
| commit | b95e1777ddbf0f8aebb56b84a6011468088c06ec (patch) | |
| tree | a4b439294301a8cf1a885d6e8fcd597c9bc621c8 /docs/markdown/Builtin-options.md | |
| parent | 62c5db2cb3809e584bd4faef5c0a9d112e36a29c (diff) | |
| download | meson-b95e1777ddbf0f8aebb56b84a6011468088c06ec.tar.gz | |
First draft version of Tasking MIL linking with b_lto and prelinking
Diffstat (limited to 'docs/markdown/Builtin-options.md')
| -rw-r--r-- | docs/markdown/Builtin-options.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 8d1772a43..f16a46ffe 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -223,7 +223,6 @@ available on all platforms or with all compilers: | b_staticpic | true | true, false | Build static libraries as position independent | | b_pie | false | true, false | Build position-independent executables (since 0.49.0) | | b_vscrt | from_buildtype | none, md, mdd, mt, mtd, from_buildtype, static_from_buildtype | VS runtime library to use (since 0.48.0) (static_from_buildtype since 0.56.0) | -| b_tasking_mil_link | false | true, false | Use MIL linking for the TASKING VX-tools compiler family (since 1.4.0) | The value of `b_sanitize` can be one of: `none`, `address`, `thread`, `undefined`, `memory`, `leak`, `address,undefined`, but note that some |
