mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
use basic optimizations during testing
This commit is contained in:
parent
11c7fb507f
commit
89a7846994
1 changed files with 4 additions and 1 deletions
|
|
@ -32,4 +32,7 @@ better-panic = { version = "0.1", optional = true }
|
||||||
pretty_assertions = "0.6"
|
pretty_assertions = "0.6"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
opt-level = 2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue