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
All checks were successful
Build MIPS Binary / build (push) Successful in 4m30s
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user