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:
XBagon 2022-09-08 13:40:42 +02:00 committed by GitHub
parent c955ab8799
commit a4c8b282a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,3 +70,9 @@ num = "0.4"
[workspace]
members = ["packet_inspector"]
[profile.dev.package."*"]
opt-level = 3
[profile.dev]
opt-level = 1