1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

disable lto ☹

This commit is contained in:
Robin Appelman 2024-03-29 18:02:55 +01:00
commit 2449c96660
2 changed files with 4 additions and 1 deletions

View file

@ -85,7 +85,7 @@ criterion = "0.4.0"
insta = { version = "1.34.0", features = ["json"] }
[profile.release]
lto = true
lto = "thin"
[profile.dev]
opt-level = 2