1
0
Fork 0
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:
Alula 2020-08-29 08:59:14 +02:00
parent 18603e8e39
commit 6332bcdbc7
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -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"