chore: reformat recipes, add server/docker recipes, strip symbols for release

This commit is contained in:
Ryan Walters
2025-09-17 01:30:04 -05:00
parent f69a5c7d52
commit 264478bdaa
2 changed files with 38 additions and 9 deletions

View File

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