mirror of
https://github.com/pcvolkmer/winelounge.git
synced 2025-07-01 05:12:54 +00:00
Add release build profile settings
This commit is contained in:
@ -11,4 +11,10 @@ rand = "0.8"
|
||||
|
||||
[dependencies.sdl2]
|
||||
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