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