From 62f179b36e6d890a56837d52b992bb7ad220ad27 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 2 Aug 2017 21:12:36 -0700 Subject: [PATCH] extend config.toml doc --- src/bootstrap/config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index bf4786ba552..9314135050f 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -203,7 +203,7 @@ #codegen-units = 1 # Whether or not debug assertions are enabled for the compiler and standard -# library +# library. Also enables compilation of debug! and trace! logging macros. #debug-assertions = false # Whether or not debuginfo is emitted