Skip to content

Commit e4dc581

Browse files
authored
Update Cargo.toml
1 parent b418b4c commit e4dc581

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ rayon = "1.8"
1414
# webp = "0.2"
1515
# mozjpeg = "0.10"
1616

17-
[profile.release]
18-
lto = true
19-
codegen-units = 1
20-
opt-level = 3
21-
2217
[target.x86_64-pc-windows-msvc]
2318
rustflags = ["-Ctarget-feature=+crt-static"]
2419
[target.x86_64-pc-windows-gnu]
@@ -40,3 +35,4 @@ lto = true # Enable link-time optimization
4035
codegen-units = 1 # Reduce number of codegen units to increase optimizations
4136
panic = 'abort' # Abort on panic
4237
#strip = true # Strip symbols from binary*
38+

0 commit comments

Comments
 (0)