Optimize release build
This commit is contained in:
parent
b4687fe91d
commit
be19003ba1
@ -11,3 +11,10 @@ openai_rs = { path = "./OpenAI-Rust" }
|
||||
elevenlabs_rs = { path = "./elevenlabs-api-rust" }
|
||||
tokio = "1.26.0"
|
||||
rodio = "0.17.1"
|
||||
|
||||
[profile.release]
|
||||
split-debuginfo = "packed"
|
||||
strip = "symbols"
|
||||
lto = "fat"
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user