build(cargo): add custom build profiles

This commit is contained in:
LGUG2Z
2025-02-22 15:22:55 -08:00
parent e5fb5390a8
commit 01a832027d
2 changed files with 24 additions and 2 deletions
+13
View File
@@ -71,3 +71,16 @@ features = [
"Media",
"Media_Control"
]
[profile.dev-jeezy]
inherits = "dev"
debug = false
opt-level = 1
[profile.dev-jeezy.package."*"]
opt-level = 3
[profile.release-jeezy]
inherits = "release"
incremental = true
codegen-units = 256