Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
Cargo.toml +4 −1
| @@ -170,4 +170,7 @@ todo = "deny" | |||
| 170 | 170 | ||
| 171 | 171 | [profile.release] | |
| 172 | 172 | strip = true | |
| 173 | - | lto = "thin" | |
| 173 | + | # LTO is disabled: with aws-lc-sys (C) in the tree the Nix release build enables | |
| 174 | + | # cross-language LTO, which triggers a rustc ICE compiling tokio under the pinned | |
| 175 | + | # nightly. Re-enable once the toolchain is bumped past the bug. | |
| 176 | + | lto = false | |