Disable LTO on CLI

This commit is contained in:
Jonathan Kelley 2023-07-14 14:54:21 -07:00
parent 17ae835f9e
commit f2cd6b8af6
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -115,8 +115,3 @@ fern = { version = "0.6.0", features = ["colored"] }
thiserror = "1.0.30"
env_logger = "0.10.0"
simple_logger = "4.0.0"
[profile.release]
opt-level = 3
lto = true
debug = true