about summary refs log tree commit diff
path: root/src/bootstrap/defaults
AgeCommit message (Expand)AuthorLines
2024-03-11Bootstrap: Add argument for building llvm bitcode linkerKjetil Kjeka-0/+8
2024-02-22set `llvm.assertions` to false in compiler profileonur-ozkan-3/+3
2024-02-19Remove the "codegen" profile from bootstrapNilstrieb-28/+5
2024-02-18Add `rust.frame-pointers` config optionNilstrieb-0/+6
2023-11-11merge `if-available` and `if-unchanged` for `download-ci-llvm`onur-ozkan-3/+3
2023-11-08Fix issue #110087LuuuX-1/+1
2023-06-29Set `channel = nightly` in dist profilejyn-0/+3
2023-06-26bootstrap: rename 'user' profile to 'dist'clubby789-0/+0
2023-06-10Improve documentation for `tools` profileZachary Whiteley-0/+2
2023-04-08Make "codegen" config.toml profile build llvmMatt Harding-0/+2
2023-03-27More config.toml.example cleanupsJoshua Nelson-1/+3
2023-03-21Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrumnils-0/+4
2023-03-21change default to fast for everyone but the user profilePietro Albini-0/+4
2023-03-15add `enable-warnings` flag for llvmozkanonur-0/+2
2023-03-05Sync codegen defaults with compiler defaults and add a ping message so they s...Joshua Nelson-0/+2
2023-01-26Add `rust.lto=off` to bootstrapclubby789-0/+4
2022-11-19Set `download-ci-llvm = "if-available"` by default when `channel = "dev"`Joshua Nelson-0/+4
2022-05-05Enable compiler-docs by default for `compiler`, `codegen`, and `tools` profiles.Joshua Nelson-0/+10
2021-12-09Default to `doc-stage = 2` for the tools profileJoshua Nelson-0/+4
2021-09-30bootstrap: Update comment (again) in config.library.tomlBen Reeves-1/+0
2021-09-30bootstrap: Update comment in config.library.toml.Ben Reeves-1/+1
2021-04-25Set `backtrace-on-ice` by default for compiler and codegen profilesJoshua Nelson-0/+4
2021-04-05Add config file for tools enabling stage1 downloads by defaultJoshua Nelson-2/+17
2020-10-13Implement "if-available" option for download-ci-llvmAntoine Martin-0/+10
2020-10-04Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml}Thom Chiovoloni-0/+0
2020-09-27reduce overlong lineTshepang Lekhonkhobe-1/+2
2020-09-20Add sample defaults for config.tomlJoshua Nelson-0/+51