perf: backend derleme süreci kök dizine taşınarak workspace optimizasyonları aktif edildi
All checks were successful
Build MIPS Binary / build (push) Successful in 4m30s

This commit is contained in:
spinline
2026-02-08 18:10:09 +03:00
parent 3f08b5b54a
commit 40be58f2fc
2 changed files with 7 additions and 7 deletions

View File

@@ -5,10 +5,11 @@ resolver = "2"
# Optimize for size (aggressive)
[profile.release]
opt-level = "z"
lto = true
lto = "fat" # Full LTO (En iyisi)
codegen-units = 1
panic = "abort"
strip = true
strip = "symbols" # Sembolleri temizle
incremental = false # Incremental build'i kapat (Boyut için daha iyi)
[patch.crates-io]
coarsetime = { path = "third_party/coarsetime" }