mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-09-18 12:56:42 +02:00
This commit is contained in:
parent
6771b24f79
commit
f1756f9a0e
21 changed files with 534 additions and 263 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue