From 22d33a800074bd32a6d817bac1b33e949ade0a70 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 9 Oct 2020 20:02:15 +1000 Subject: [PATCH] we can optimize the dependencies separately (to an extent) --- rspy/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 5a7735a0f..1ebbe1204 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -22,3 +22,7 @@ crate-type = ["cdylib"] opt-level = 2 debug = 0 codegen-units = 256 + +[profile.dev.package."*"] +opt-level = 3 +codegen-units = 16