File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 309309# Number of codegen units to use for each compiler invocation. A value of 0
310310# means "the number of cores on this machine", and 1+ is passed through to the
311311# compiler.
312- # codegen-units = 1
312+ #
313+ # Uses the rustc defaults: https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units
314+ # codegen-units = if incremental { 256 } else { 16 }
313315
314316# Sets the number of codegen units to build the standard library with,
315317# regardless of what the codegen-unit setting for the rest of the compiler is.
392394# desired in distributions, for example.
393395# rpath = true
394396
395- # Emits extra output from tests so test failures are debuggable just from logfiles .
397+ # Prints each test name as it is executed, to help debug issues in the test harness itself .
396398# verbose-tests = false
397399
398400# Flag indicating whether tests are compiled with optimizations (the -O flag).
You can’t perform that action at this time.
0 commit comments