diff options
| author | Fuwn <[email protected]> | 2021-05-17 13:08:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 13:08:20 -0700 |
| commit | c92388509dd40675819a248ba65922a37eb78a5d (patch) | |
| tree | d5424f99a0f14a8ed2acdd632f282a12c41460e4 | |
| parent | feat(cli/clean): warn instead of bail when cleaning (diff) | |
| download | whirl-c92388509dd40675819a248ba65922a37eb78a5d.tar.xz whirl-c92388509dd40675819a248ba65922a37eb78a5d.zip | |
perf(global): perform link time optimization across all crates in release mode
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ members = ["whirl_config", "whirl", "whirl_prompt", "whirl_server"] [profile.release] -lto = true +lto = "fat" |