Unnamed repository; edit this file 'description' to name the repository.
Enable thin LTO
It compiles about half a second slower for me, so it seems fine to use
by default.
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,3 +14,6 @@ members = [ [profile.dev] split-debuginfo = "unpacked" + +[profile.release] +lto = "thin" |