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 b418b4c commit e4dc581Copy full SHA for e4dc581
Cargo.toml
@@ -14,11 +14,6 @@ rayon = "1.8"
14
# webp = "0.2"
15
# mozjpeg = "0.10"
16
17
-[profile.release]
18
-lto = true
19
-codegen-units = 1
20
-opt-level = 3
21
-
22
[target.x86_64-pc-windows-msvc]
23
rustflags = ["-Ctarget-feature=+crt-static"]
24
[target.x86_64-pc-windows-gnu]
@@ -40,3 +35,4 @@ lto = true # Enable link-time optimization
40
35
codegen-units = 1 # Reduce number of codegen units to increase optimizations
41
36
panic = 'abort' # Abort on panic
42
37
#strip = true # Strip symbols from binary*
38
+
0 commit comments