add: timeline build retries

This commit is contained in:
trisua 2025-08-09 17:27:33 -04:00
parent fdaae8d977
commit e145449bc7
4 changed files with 51 additions and 19 deletions

View file

@ -10,9 +10,9 @@ package.homepage = "https://tetratto.com"
incremental = true
[profile.release]
opt-level = "z"
opt-level = 3
lto = true
codegen-units = 1
codegen-units = 2
# panic = "abort"
panic = "unwind"
strip = true