rust/src/bootstrap/defaults
Urgau 5f367bbbd2 Make download-ci-llvm = true check if CI llvm is available
and make it the default for the compiler profile, as to prevent
unnecessarily checking out `src/llvm-project` with `"if-unchanged"`.
2024-09-06 17:49:45 +02:00
..
config.compiler.toml Make download-ci-llvm = true check if CI llvm is available 2024-09-06 17:49:45 +02:00
config.dist.toml add lld = true to default dist profile 2024-06-28 11:33:35 +03:00
config.library.toml Do not enable llvm-bitcode-linker in most default bootstrap profiles 2024-06-14 15:49:09 +02:00
config.tools.toml remove debug-logging default from tools profile 2024-07-18 16:22:02 +03:00
README.md reduce overlong line 2020-09-27 04:22:55 +02:00

About bootstrap defaults

These defaults are intended to be a good starting point for working with x.py, with the understanding that no one set of defaults make sense for everyone.

They are still experimental, and we'd appreciate your help improving them! If you use a setting that's not in these defaults that you think others would benefit from, please file an issue or make a PR with the changes. Similarly, if one of these defaults doesn't match what you use personally, please open an issue to get it changed.