fixing pane in client for accounting + debug optimizations to run
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -63,3 +63,15 @@ common = { path = "./common" }
|
||||
[patch.crates-io]
|
||||
tui-pages = { path = "tui-pages" }
|
||||
tui-canvas = { path = "tui-canvas" }
|
||||
|
||||
# Fast dev loop: keep both workspace crates and dependencies cheap to compile.
|
||||
# Backtraces still contain symbol names, but omit source line information.
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = 0
|
||||
incremental = true
|
||||
overflow-checks = true
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 0
|
||||
debug = false
|
||||
|
||||
Reference in New Issue
Block a user