ladybird/Cargo.toml
xnacly cc751a25be LibJS/Rust: Add aggressive optimisations for distribution
Enable fat LTO and other Rust optimisations, mirroring the C++
distribution target
2026-02-26 10:54:27 +01:00

14 lines
198 B
TOML

[workspace]
members = [
"Libraries/LibJS/Rust",
]
resolver = "2"
[profile.release]
panic = "abort"
[profile.distribution]
inherits = "release"
incremental = false
codegen-units = 1
lto = true