diff --git a/Cargo.toml b/Cargo.toml index 4bf9714229..7abb10b5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -241,3 +241,7 @@ strip = true lto = "thin" debug = false incremental = false + +[profile.dev.package.sqlness-runner] +debug = false +strip = true