Create dev-small build profile (#18612)

This commit is contained in:
Andrey Mishchenko
2026-04-19 22:05:17 -07:00
committed by GitHub
Unverified
parent 0500801123
commit 80aecc22cd
+6
View File
@@ -425,6 +425,12 @@ ignored = [
"codex-v8-poc",
]
[profile.dev-small]
inherits = "dev"
opt-level = 0
debug = 0
strip = true
[profile.release]
lto = "fat"
split-debuginfo = "off"