mirror of https://github.com/buster-so/buster.git
some build optimizations
This commit is contained in:
parent
98685351f6
commit
3c052367b1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue