mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-25 23:12:56 +00:00
remove optimization of crates in debug mode
This commit is contained in:
parent
18603e8e39
commit
6332bcdbc7
|
@ -8,13 +8,9 @@ version = "0.1.0"
|
|||
lto = true
|
||||
panic = 'abort'
|
||||
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 2
|
||||
|
||||
[dependencies]
|
||||
approx = "0.3"
|
||||
bitflags = "1"
|
||||
|
|
Loading…
Reference in a new issue