mirror of
https://github.com/pcvolkmer/winelounge.git
synced 2025-07-01 13:22:54 +00:00
Add release build profile settings
This commit is contained in:
@ -12,3 +12,9 @@ rand = "0.8"
|
|||||||
[dependencies.sdl2]
|
[dependencies.sdl2]
|
||||||
version = "0.35"
|
version = "0.35"
|
||||||
features = ["image", "ttf"]
|
features = ["image", "ttf"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = "s"
|
||||||
|
codegen-units = 1
|
||||||
|
lto = "thin"
|
||||||
|
strip = "debuginfo"
|
||||||
|
Reference in New Issue
Block a user