fix: remove dev profile from Cargo.toml

This commit is contained in:
Erica Marigold 2023-08-14 15:40:17 +05:30
parent 23f8a24956
commit 7ee5b095bb
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -53,18 +53,6 @@ opt-level = "z"
strip = true strip = true
lto = true lto = true
[profile.dev]
lto = "off"
strip = "none"
codegen-units = 256
panic = "unwind"
opt-level = 0
incremental = true
overflow-checks = true
debug-assertions = true
debug = true
rpath = false
# All of the dependencies for Lune. # All of the dependencies for Lune.
# #
# Dependencies are categorized as following: # Dependencies are categorized as following: