diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-05-24 13:01:23 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-05-24 13:01:23 +0300 |
| commit | 780e406db2eb553e9127e64462ee8626f4132aa3 (patch) | |
| tree | 6a058563ac997c85749d5e190d4d98247852bf77 /config.toml.example | |
| parent | 763470dc1312482f8f067f90925579fb0072ef92 (diff) | |
| download | rust-780e406db2eb553e9127e64462ee8626f4132aa3.tar.gz rust-780e406db2eb553e9127e64462ee8626f4132aa3.zip | |
Address review comments
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index ae3107b51fe..c14adf8ce33 100644 --- a/config.toml.example +++ b/config.toml.example @@ -320,6 +320,7 @@ #debuginfo-level-tools = debuginfo-level # Debuginfo level for the test suites run with compiletest. +# FIXME(#61117): Some tests fail when this option is enabled. #debuginfo-level-tests = 0 # Whether or not `panic!`s generate backtraces (RUST_BACKTRACE) @@ -351,7 +352,7 @@ # harness are debuggable just from logfiles. #verbose-tests = false -# Flag indicating whether tests are compiled with optimizations (the -O flag) +# Flag indicating whether tests are compiled with optimizations (the -O flag). #optimize-tests = true # Flag indicating whether codegen tests will be run or not. If you get an error |
