mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 10:44:20 +01:00
Cargo.toml: add profile for antithesis builds for full debug
This commit is contained in:
@@ -57,6 +57,13 @@ codegen-units = 1
|
||||
panic = "abort"
|
||||
lto = true
|
||||
|
||||
[profile.antithesis]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
lto = true
|
||||
|
||||
[profile.bench-profile]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user