diff --git a/Cargo.toml b/Cargo.toml index b52b6ead0..a9d9808a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,9 @@ daytona-api-client = { git = "https://github.com/brynary/daytona-sdk-rust", rev lto = "thin" strip = true +[profile.dev.package."*"] +debug = false # Disable debug info for all dependencies + # regex is extremely slow in debug builds (~10s to compile gitleaks patterns) [profile.dev.package.regex] opt-level = 2