As of 2018-09-18 rustc supports three "optimize for speed" levels: opt-level = 1 , 2 and 3 . When you run cargo build --release you are using the release ...
確定! 回上一頁