remove .cargo, disable lto for faster compilation during testing
This commit is contained in:
parent
ad03e176c3
commit
392a752976
@ -1,2 +0,0 @@
|
|||||||
[build]
|
|
||||||
rustflags = ["-C", "target-cpu=native", "-C", "strip=symbols"]
|
|
@ -10,7 +10,7 @@ clap = {version = "4", features = ["derive"]}
|
|||||||
rand = {version = "0.8"}
|
rand = {version = "0.8"}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = false
|
||||||
debug = false
|
debug = false
|
||||||
strip = true
|
strip = true
|
||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user