-
Rust) zld: a faster linker for macOS코딩Coding/Rust❤️Optimization❤️ 2022. 3. 17. 12:58728x90
https://github.com/michaeleisel/zld
macOS 설치
brew install michaeleisel/zld/zld
# .cargo/config.toml
You can edit ~/.cargo/config to add a linker flag, e.g.: [target.x86_64-apple-darwin]
rustflags = ["-C", "link-arg=-fuse-ld=<path to zld>"]
which zld 로 path 체크반응형'코딩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(# `brew install michaeleisel/zld/zld` (0) 2022.03.17 Nextest is a next-generation test runner for Rust. (0) 2022.02.16