mirror of
https://github.com/pcvolkmer/winelounge.git
synced 2025-04-19 18:36:50 +00:00
Add release build profile settings
This commit is contained in:
parent
f0e54e718d
commit
df383f95e3
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user