forked from M-Labs/nac3
standalone: Require use of `-T` for specifying thread count
This commit is contained in:
parent
50230e61f3
commit
2c44b58bb8
|
@ -39,7 +39,7 @@ struct CommandLineArgs {
|
||||||
file_name: String,
|
file_name: String,
|
||||||
|
|
||||||
/// The number of threads allocated to processing the source file.
|
/// The number of threads allocated to processing the source file.
|
||||||
#[arg(default_value_t = 1)]
|
#[arg(short = 'T', default_value_t = 1)]
|
||||||
threads: u32,
|
threads: u32,
|
||||||
|
|
||||||
/// The level to optimize the LLVM IR.
|
/// The level to optimize the LLVM IR.
|
||||||
|
|
Loading…
Reference in New Issue