mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-03-10 17:19:24 +01:00
Make debug builds much less heavy by disabling unnecessary debug information, add ALSA headers to Linux and rename the step
This commit is contained in:
@@ -17,6 +17,10 @@ features = [
|
||||
"bevy_winit",
|
||||
]
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 2
|
||||
debug = false
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies.bevy]
|
||||
version = "0.17.3"
|
||||
features = ["wayland", "x11", "bevy_winit"]
|
||||
Reference in New Issue
Block a user