some build optimizations

This commit is contained in:
dal 2025-03-11 20:00:10 -06:00
parent 98685351f6
commit 3c052367b1
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 8 additions and 0 deletions

View File

@ -173,3 +173,11 @@ async-trait = { workspace = true }
[profile.release]
debug = false
incremental = true
[profile.dev]
incremental = true
opt-level = 0 # Ensure this is 0 for faster debug builds
debug = 1 # Reduce debug info slightly while keeping enough for backtraces