reduced optimization for performance

This commit is contained in:
2024-06-06 11:20:41 +02:00
parent a9231c64bc
commit bcf0430bf6

View File

@@ -9,7 +9,7 @@ path = "src/main.rs"
[profile.release] [profile.release]
strip = true # Automatically strip symbols from the binary. strip = true # Automatically strip symbols from the binary.
opt-level = 3 opt-level = 2
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html