universal-android-debloater.../.cargo/config
w1nst0n 8bc3eee321
build: use relative mold linker path (fix #504)
Linux package managers install mold to `/usr/bin/mold`
2023-01-15 00:08:00 +01:00

6 lines
178 B
Text

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]