-
rust컴파일 속도 더 빠르게 만들기zld(# `brew install michaeleisel/zld/zld`코딩Coding/Rust❤️Optimization❤️ 2022. 3. 17. 22:27728x90
.cargo/config.toml
내 프로젝트 폴더에 .cargo폴더 만들어 주고 config.toml파일 만들고 M1MacBook 기준 세팅
[target.aarch64-apple-darwin] rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/bin/zld"]
다른 세팅은
https://bevyengine.org/learn/book/getting-started/setup/#enable-fast-compiles-(optional)
여기 참조
자세한 파일 세팅
https://github.com/bevyengine/bevy/blob/main/.cargo/config_fast_builds반응형'코딩Coding > Rust❤️Optimization❤️' 카테고리의 다른 글
Rust] borrow가 있다면 일반 String보다 빠르다.Cow최고 (0) 2022.04.19 Rust]❤️All Algorithm implemented in Rust (0) 2022.04.18 Rust]❤️심도깊게(String &str& 'static str&❤️Converts a slice of bytes)❤️to_string(),⭐️cow (0) 2022.04.17 러스트Rust] Compile컴파일_시간은 늘어나지만 실행 속도 올리는 최적화Optimization (0) 2022.04.08 Reliable optimization for idiomatic Rust- Ferrous System Gmbh(cargo miri) (0) 2022.04.04 Rust]cargo nextest run(일반 test보다 60프로 이상 더 빠름) (0) 2022.03.23 Rust) zld: a faster linker for macOS (0) 2022.03.17 Nextest is a next-generation test runner for Rust. (0) 2022.02.16