X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=fb62e1b4726bcb42b97ee108aba55e52d91cea97;hb=7420d7a98044ea1bf727ab369cbc77232dd99694;hp=99e6f9dceb41c8de420983db2d795980d27c575b;hpb=fdc3405c20122fd0f077f5a77addabc873f20e4c;p=rust.git diff --git a/config.toml.example b/config.toml.example index 99e6f9dceb4..fb62e1b4726 100644 --- a/config.toml.example +++ b/config.toml.example @@ -9,6 +9,22 @@ # a custom configuration file can also be specified with `--config` to the build # system. +# Keeps track of the last version of `x.py` used. +# If it does not match the version that is currently running, +# `x.py` will prompt you to update it and read the changelog. +# See `src/bootstrap/CHANGELOG.md` for more information. +changelog-seen = 1 + +# ============================================================================= +# Global Settings +# ============================================================================= + +# Use different pre-set defaults than the global defaults. +# +# See `src/bootstrap/defaults` for more information. +# Note that this has no default value (x.py uses the defaults in `config.toml.example`). +#profile = + # ============================================================================= # Tweaking how LLVM is compiled # =============================================================================