We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ce40e commit fc82e93Copy full SHA for fc82e93
Cargo.toml
@@ -412,6 +412,10 @@ features = ["serde"]
412
[workspace.dependencies.wiremock]
413
version = "0.6.2"
414
415
+[profile.release]
416
+codegen-units = 1 # Reduce the number of codegen units to increase optimizations
417
+lto = true # Enable fat LTO
418
+
419
# A few profile opt-level tweaks to make the test suite run faster
420
[profile.dev.package]
421
argon2.opt-level = 3
0 commit comments