diff options
author | Joe Wilm <joe@jwilm.com> | 2018-03-08 20:12:22 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:36:27 -0700 |
commit | c006dae1619e419e7e9750c3ee432a54f756cc14 (patch) | |
tree | bdcd86f294ac98510041effc288f8b648f891146 /Cargo.toml | |
parent | 452126013e9fa898b801d8e8f4f26adcaaa67c69 (diff) | |
download | alacritty-c006dae1619e419e7e9750c3ee432a54f756cc14.tar.gz alacritty-c006dae1619e419e7e9750c3ee432a54f756cc14.zip |
Disable LTO
It's nice to be able to use incremental compilation for release builds.
TODO quantify performance impact.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,5 +55,4 @@ bench = [] gl_generator = "0.9" [profile.release] -lto = true debug = 1 |