rust/src/bootstrap/defaults
Joshua Nelson 9e722f7e32 Set backtrace-on-ice by default for compiler and codegen profiles
If there's an ICE while bootstrapping, it's most likely because of a change to the compiler.
2021-04-25 12:09:08 -04:00
..
config.codegen.toml Set backtrace-on-ice by default for compiler and codegen profiles 2021-04-25 12:09:08 -04:00
config.compiler.toml Set backtrace-on-ice by default for compiler and codegen profiles 2021-04-25 12:09:08 -04:00
config.library.toml Implement "if-available" option for download-ci-llvm 2020-10-13 18:00:25 +02:00
config.tools.toml Add config file for tools enabling stage1 downloads by default 2021-04-05 13:05:43 -04:00
config.user.toml Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} 2020-10-04 18:35:16 -07:00
README.md

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.