mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
Disable debug info for dependencies in dev builds
[profile.dev.package."*"] debug = false Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7355c48267
commit
234fc8845f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue