update options and remove unused code

This commit is contained in:
2026-06-03 16:43:53 +08:00
parent eb7316b0ca
commit 8ef2f8d2f5
10 changed files with 14 additions and 653 deletions
-11
View File
@@ -9,20 +9,9 @@ clap = { version = "4.5.48", features = ["derive"] }
rand = "0.9.2"
log = "0.4.22"
coreid = { path = "coreid" }
logger = { path = "logger" }
myalloc = { path = "heap_trace" }
[features]
default = []
custom_alloc = []
[profile.release]
lto = true
opt-level = 3
debug = true
[profile.release-with-symbol]
inherits = "release"
# debug = true
debug = "line-tables-only"
panic = "abort"