mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
d0078ffc21
The performance between `thin` and `fat` is in the margin of error, however `thin` LTO is way faster to build.
12 lines
186 B
TOML
12 lines
186 B
TOML
[workspace]
|
|
members = [
|
|
"alacritty",
|
|
"alacritty_terminal",
|
|
"alacritty_config",
|
|
"alacritty_config_derive",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
debug = 1
|
|
incremental = false
|