diff --git a/nopanic_check/Cargo.toml b/nopanic_check/Cargo.toml index 5292a029..0b838eaa 100644 --- a/nopanic_check/Cargo.toml +++ b/nopanic_check/Cargo.toml @@ -17,7 +17,7 @@ getrandom = { path = ".." } [profile.release] panic = "abort" strip = true -lto = "true" +lto = "fat" [lints.rust.unexpected_cfgs] level = "warn"