diff --git a/Cargo.toml b/Cargo.toml index b7300a981..a0a33ff9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -186,6 +186,11 @@ rest_pat_in_fully_bound_structs = "warn" inherits = "release" debug = true +[profile.fast-build] +inherits = "dev" +debug = 0 +strip = "debuginfo" + # The profile that 'cargo dist' will build with. [profile.dist] inherits = "release"