diff options
-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 : r-alacritty.git | |
My custom-patched version of alacritty. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 2 |
@@ -7,6 +7,6 @@ members = [ ] [profile.release] -lto = true +lto = "thin" debug = 1 incremental = false |