remove .cargo, disable lto for faster compilation during testing

This commit is contained in:
2024-02-14 23:36:56 +01:00
parent ad03e176c3
commit 392a752976
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ clap = {version = "4", features = ["derive"]}
rand = {version = "0.8"}
[profile.release]
lto = true
lto = false
debug = false
strip = true
panic = "unwind"