diff --git a/Cargo.toml b/Cargo.toml index 20b11f4..46daf73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/ParadigmMC/mcman/" [profile.release] debug = false strip = true -lto = true +lto = "thin" [dependencies] anyhow = "1.0"