From cc77200e5d94ba45ed5346f93a619a669d5f96d9 Mon Sep 17 00:00:00 2001 From: Avi Dessauer Date: Thu, 11 May 2023 12:25:08 -0500 Subject: [PATCH] Fix rocksb non optimized build warning --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d1f756e..47b78328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,7 @@ members = [ [profile.bench] lto = true -debug = true \ No newline at end of file +debug = true + +[profile.dev.package."cozorocks"] +opt-level = 3