File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 309
309
# Number of codegen units to use for each compiler invocation. A value of 0
310
310
# means "the number of cores on this machine", and 1+ is passed through to the
311
311
# 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 }
313
315
314
316
# Sets the number of codegen units to build the standard library with,
315
317
# regardless of what the codegen-unit setting for the rest of the compiler is.
392
394
# desired in distributions, for example.
393
395
#rpath = true
394
396
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 .
396
398
#verbose-tests = false
397
399
398
400
# Flag indicating whether tests are compiled with optimizations (the -O flag).
You can’t perform that action at this time.
0 commit comments