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:
csd4ni3l
2026-01-23 18:45:09 +01:00
parent d8a7db6b78
commit 6e19790c93
2 changed files with 6 additions and 2 deletions

View File

@@ -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"]