mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 03:15:48 -06:00
chore: reformat recipes, add server/docker recipes, strip symbols for release
This commit is contained in:
@@ -15,6 +15,8 @@ publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
[profile.dev]
|
||||
incremental = true
|
||||
|
||||
# Release profile for profiling (essentially the default 'release' profile with debug enabled)
|
||||
[profile.profile]
|
||||
@@ -23,7 +25,8 @@ debug = true
|
||||
# Undo the customizations for our release profile
|
||||
opt-level = 3
|
||||
lto = false
|
||||
panic = 'unwind'
|
||||
panic = "abort"
|
||||
strip = "symbols"
|
||||
|
||||
# Optimized release profile for size
|
||||
[profile.release]
|
||||
|
||||
Reference in New Issue
Block a user