We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c073a61 commit 005d0f3Copy full SHA for 005d0f3
Cargo.toml
@@ -75,10 +75,13 @@ opt-level = 3
75
# lto = "thin"
76
77
[profile.bench]
78
-lto = true
+lto = "thin"
79
codegen-units = 1
80
opt-level = 3
81
82
+[profile.release]
83
84
+
85
[patch.crates-io]
86
# REDOX START, Uncommment when you want to compile/check with redoxer
87
# REDOX END
0 commit comments