diff --git a/src/build.rs b/src/build.rs index e9ceca2..e12c34c 100644 --- a/src/build.rs +++ b/src/build.rs @@ -84,7 +84,7 @@ pub struct Build { pub all_targets: bool, /// Build artifacts in release mode, with optimizations - #[clap(long)] + #[clap(short = 'r', long)] pub release: bool, /// Build artifacts with the specified Cargo profile