From: Marc-Antoine Perennou Date: Mon, 6 Feb 2017 19:47:04 +0000 (+0100) Subject: rustbuild: add verbose to config.toml.example X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=4268872807cf8bc5c8c435794d1c82d21899d67b;p=rust.git rustbuild: add verbose to config.toml.example Signed-off-by: Marc-Antoine Perennou --- diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index a53419ad7fd..42bc20c24e5 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -124,6 +124,9 @@ # disabled by default. #extended = false +# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose +#verbose = 0 + # ============================================================================= # General install configuration options # =============================================================================