mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-27 05:56:33 +11:00
Change debug optimization levels (#33)
Changed the `Cargo.toml` to allow full optimization of dependencies and minimally optimize the binary to allow proper testing without timeouts and errors due to overload.
This commit is contained in:
parent
c955ab8799
commit
a4c8b282a5
1 changed files with 6 additions and 0 deletions
|
@ -70,3 +70,9 @@ num = "0.4"
|
|||
|
||||
[workspace]
|
||||
members = ["packet_inspector"]
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue