diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ members = [ ] [profile.release] -lto = true +lto = "thin" debug = 1 incremental = false |
index : alacritty | ||
A cross-plantform, OpenGL terminal emulator | Alacritty |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 2 |
@@ -7,6 +7,6 @@ members = [ ] [profile.release] -lto = true +lto = "thin" debug = 1 incremental = false |