chore(cargo-toml): apply lto fat and codegen-units of one

This commit is contained in:
somehowchris 2024-03-18 16:00:52 +01:00
parent 0d72af5ab0
commit fc013cdb48

View File

@ -17,5 +17,7 @@ homepage = "https://github.com/huggingface/text-generation-inference"
[profile.release]
debug = 1
incremental = true
lto = "off"
lto = "fat"
opt-level = 3
codegen-units = 1
panic = "abort"