mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-11-26 06:08:16 +00:00
enable debug optimizations
This commit is contained in:
parent
c21eb248ba
commit
18603e8e39
|
|
@ -8,6 +8,13 @@ version = "0.1.0"
|
||||||
lto = true
|
lto = true
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
|
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
opt-level = 1
|
||||||
|
|
||||||
|
[profile.dev.package."*"]
|
||||||
|
opt-level = 2
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
approx = "0.3"
|
approx = "0.3"
|
||||||
bitflags = "1"
|
bitflags = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue