X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=5d198abe1c7d8f673d6654c5d682db4dee438035;hb=60c17297383102964ae08bed7e0d2f202959f7f9;hp=79e4e46d85ba344ea441ea279ae17923903610e2;hpb=2da709ea212871674800c3808e548d756cdca249;p=rust.git diff --git a/config.toml.example b/config.toml.example index 79e4e46d85b..5d198abe1c7 100644 --- a/config.toml.example +++ b/config.toml.example @@ -341,7 +341,10 @@ # Debuginfo for tests run with compiletest is not controlled by this option # and needs to be enabled separately with `debuginfo-level-tests`. # -# Defaults to 2 if debug is true +# Note that debuginfo-level = 2 generates several gigabytes of debuginfo +# and will slow down the linking process significantly. +# +# Defaults to 1 if debug is true #debuginfo-level = 0 # Debuginfo level for the compiler. @@ -391,8 +394,7 @@ # desired in distributions, for example. #rpath = true -# Emits extraneous output from tests to ensure that failures of the test -# harness are debuggable just from logfiles. +# Emits extra output from tests so test failures are debuggable just from logfiles. #verbose-tests = false # Flag indicating whether tests are compiled with optimizations (the -O flag).