This commit is contained in:
OlivierDehaene 2024-06-04 09:06:16 +02:00
parent 8a820d882d
commit 98ad2efaa0

View File

@ -22,7 +22,7 @@ hf-hub = { version = "0.3.1", features = ["tokio"] }
[profile.release]
debug = 1
incremental = true
#lto = "fat"
#opt-level = 3
#codegen-units = 1
lto = "fat"
opt-level = 3
codegen-units = 1
panic = "abort"