mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 09:18:29 +00:00
Change optimization level to 3
This commit is contained in:
+1
-1
@@ -154,5 +154,5 @@ lto = "off"
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = "s"
|
opt-level = 3
|
||||||
strip = true
|
strip = true
|
||||||
|
|||||||
Reference in New Issue
Block a user