From 6b1de9db399ae15d2ee6dfe2e52c27d7448a3250 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Mon, 15 Jul 2024 19:09:45 +0900 Subject: [PATCH] chore: opt-level 1 for dev --- rust/cubesql/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust/cubesql/Cargo.toml b/rust/cubesql/Cargo.toml index 85641a3c89757..3924a0c1e2bf0 100644 --- a/rust/cubesql/Cargo.toml +++ b/rust/cubesql/Cargo.toml @@ -8,3 +8,7 @@ members = [ [profile.bench] debug = true + +# Please keep in sync this section with packages/cubejs-backend-native! +[profile.dev] +opt-level = 1