compiled layouts

This commit is contained in:
i do not exist 2026-08-29 18:46:46 +03:00
parent 6771b24f79
commit ab6959a84f
21 changed files with 534 additions and 263 deletions

View file

@ -51,8 +51,9 @@ proptest = { version = "^1" }
proptest-derive = { version = "^0.5.1" }
[features]
default = ["cli", "arranger", "sampler"]
default = ["cli", "arranger", "sampler", "prof"]
prof = ["tengri/prof"]
hotpath = ["hotpath/hotpath"]
hotpath-cpu = ["hotpath/hotpath-cpu"]
hotpath-alloc = ["hotpath/hotpath-alloc"]
@ -82,7 +83,7 @@ vst3 = []
[profile.release]
lto = true
debug = "line-tables-only"
debug = true
[profile.coverage]
inherits = "test"