]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/config.txt
Auto merge of #86761 - Alexhuszagh:master, r=estebank
[rust.git] / compiler / rustc_codegen_cranelift / config.txt
1 # This file allows configuring the build system.
2
3 # Which triple to produce a compiler toolchain for.
4 #
5 # Defaults to the default triple of rustc on the host system.
6 #host = x86_64-unknown-linux-gnu
7
8 # Which triple to build libraries (core/alloc/std/test/proc_macro) for.
9 #
10 # Defaults to `host`.
11 #target = x86_64-unknown-linux-gnu
12
13 # Disables cleaning of the sysroot dir. This will cause old compiled artifacts to be re-used when
14 # the sysroot source hasn't changed. This is useful when the codegen backend hasn't been modified.
15 # This option can be changed while the build system is already running for as long as sysroot
16 # building hasn't started yet.
17 #keep_sysroot