mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
fix: remove dev profile from Cargo.toml
This commit is contained in:
parent
23f8a24956
commit
7ee5b095bb
1 changed files with 0 additions and 12 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -53,18 +53,6 @@ opt-level = "z"
|
|||
strip = 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.
|
||||
#
|
||||
# Dependencies are categorized as following:
|
||||
|
|
Loading…
Add table
Reference in a new issue