diff options
author | Joe Wilm <joe@jwilm.com> | 2018-03-08 20:12:22 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-03-08 20:12:22 -0800 |
commit | 80f46cc59f72213bc191c0c50159b9b69cd30df5 (patch) | |
tree | 21367ad60def0b262f9123edb745263cd13d0e67 | |
parent | 8520a280f784d7fab8d4f2e03e3f27d5257efab4 (diff) | |
download | alacritty-80f46cc59f72213bc191c0c50159b9b69cd30df5.tar.gz alacritty-80f46cc59f72213bc191c0c50159b9b69cd30df5.zip |
Disable LTO
It's nice to be able to use incremental compilation for release builds.
TODO quantify performance impact.
-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 = true |