mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Set the optimisation for performance rather than size
Signed-off-by: Soapydev <alexandre.beauchamp.thibault@gmail.com>
This commit is contained in:
parent
8e8f31e2e6
commit
ad91d291e9
|
@ -22,7 +22,7 @@ path = "src/main.rs"
|
||||||
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = "z"
|
opt-level = 3
|
||||||
debug = false
|
debug = false
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user