Skip to content

Commit

Permalink
Set the optimisation for performance rather than size
Browse files Browse the repository at this point in the history
Signed-off-by: Soapydev <[email protected]>
  • Loading branch information
SoapyDev committed Aug 19, 2024
1 parent 8e8f31e commit ad91d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/main.rs"


[profile.release]
opt-level = "z"
opt-level = 3
debug = false
lto = true
codegen-units = 1
Expand Down

0 comments on commit ad91d29

Please sign in to comment.