Now open the Cargo.toml and add the following content: 1 [profile.dev] 2 opt-level = 'z' 3 lto = true 4 debug = false Also remove the [profile.release] ...
確定! 回上一頁