standalone: Require use of `-T` for specifying thread count

pull/341/head
David Mak 2023-10-13 11:22:29 +08:00
parent 50230e61f3
commit 2c44b58bb8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct CommandLineArgs {
file_name: String,
/// The number of threads allocated to processing the source file.
#[arg(default_value_t = 1)]
#[arg(short = 'T', default_value_t = 1)]
threads: u32,
/// The level to optimize the LLVM IR.