diff --git a/.cargo/config.toml b/.cargo/config.toml index caf3d2df29..dfa118dee6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -19,4 +19,13 @@ codegen-units=1 inherits = "release" opt-level=2 lto="off" -codegen-units=16 \ No newline at end of file +codegen-units=16 + +[profile.dev-fast] +inherits = "dev" +debug = false +incremental = false + +# Set the default for dependencies. +[profile.dev-fast.package."*"] +opt-level = 2 \ No newline at end of file