Only lower the opt-level for tests

This commit is contained in:
Hocuri
2022-10-27 21:46:01 +02:00
parent 9136f3cda7
commit 7ab2994284

View File

@@ -9,6 +9,10 @@ rust-version = "1.56"
[profile.dev]
debug = 0
panic = 'abort'
opt-level = 1
[profile.test]
opt-level = 0
[profile.release]
lto = true