From a7d21126c1458c46752f4c087dc99926346ba1f9 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Fri, 12 Apr 2024 19:18:57 +0200 Subject: [PATCH] make the dev build optimize --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 81a65b5..d09553d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,10 @@ inherits = "release" debug = true strip = "none" +# Generated code - high perf needed anyway +[profile.dev] +opt-level = 3 + [build-dependencies] # see: https://github.com/Frando/rust-faust/issues/23 # faust-build = { path = "../rust-faust/faust-build", optional = true }