Skip to content

Commit ae68718

Browse files
committed
fix: full opt
1 parent 0d34144 commit ae68718

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Cargo.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,7 @@ panic = "unwind"
144144

145145
[profile.release-lto]
146146
inherits = "release"
147-
incremental = false
148-
opt-level = 1
149-
panic = "unwind"
150-
151-
#[profile.release-lto]
152-
#inherits = "release"
153-
#codegen-units = 1
154-
#lto = "fat"
155-
#opt-level = 3
156-
#panic = "abort"
147+
codegen-units = 1
148+
lto = "fat"
149+
opt-level = 3
150+
panic = "abort"

0 commit comments

Comments
 (0)