From cd97a399041b316eb55fbaa7dd59802d71f7bc90 Mon Sep 17 00:00:00 2001 From: Weny Xu Date: Mon, 3 Jun 2024 23:32:11 +0900 Subject: [PATCH] chore: enable `strip` for tests-fuzz crate (#4093) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e0fed99308..9623dfb901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,3 +255,7 @@ strip = true [profile.dev.package.sqlness-runner] debug = false strip = true + +[profile.dev.package.tests-fuzz] +debug = false +strip = true