|
|
|
@ -36,6 +36,8 @@ These are return values of the `get_id` (Compiler family) and |
|
|
|
|
| valac | Vala compiler | | |
|
|
|
|
| xc16 | Microchip XC16 C compiler | | |
|
|
|
|
| cython | The Cython compiler | | |
|
|
|
|
| nasm | The NASM compiler (Since 0.64.0) | | |
|
|
|
|
| yasm | The YASM compiler (Since 0.64.0) | | |
|
|
|
|
|
|
|
|
|
## Linker ids |
|
|
|
|
|
|
|
|
@ -167,6 +169,7 @@ These are the parameter names for passing language specific arguments to your bu |
|
|
|
|
| Rust | rust_args | rust_link_args | |
|
|
|
|
| Vala | vala_args | vala_link_args | |
|
|
|
|
| Cython | cython_args | cython_link_args | |
|
|
|
|
| NASM | nasm_args | | |
|
|
|
|
|
|
|
|
|
All these `<lang>_*` options are specified per machine. See in |
|
|
|
|
[specifying options per |
|
|
|
@ -315,6 +318,7 @@ machine](#Environment-variables-per-machine) section for details. |
|
|
|
|
| Rust | RUSTC | RUSTC_LD | Before 0.54 RUST_LD* | |
|
|
|
|
| Vala | VALAC | | Use CC_LD. Vala transpiles to C | |
|
|
|
|
| C# | CSC | CSC | The linker is the compiler | |
|
|
|
|
| nasm | NASM | | Uses the C linker | |
|
|
|
|
|
|
|
|
|
*The old environment variales are still supported, but are deprecated |
|
|
|
|
and will be removed in a future version of Meson.* |
|
|
|
|