Skip to content

Commit b0668fb

Browse files
committed
remove superfluous build-override
See this comment for rationale. In short, it's fine to build our simple build script with any opt-level that is configured for the profile itself.
1 parent 321f5cd commit b0668fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ panic = "unwind"
221221
lto = "fat"
222222
codegen-units = 1
223223
strip = "symbols"
224-
build-override = { opt-level = 3 }
225224

226225
[workspace]
227226
members = [

0 commit comments

Comments
 (0)