summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0198afd7330119c1750ec2a467b581eb0dff689e (plain)
1
2
3
4
5
6
7
8
9
10
[workspace]
members = [
    "alacritty",
    "alacritty_terminal",
]

[profile.release]
lto = true
debug = 1
incremental = false