This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/.cargo/config.toml
Muhammad Nauman Raza f8ce59e129 hotfix: actually add .cargo
Former-commit-id: 6d7e9b27064974d46a1304942cecb154e83ec387
Former-commit-id: 45599e1d3701183866e710c47a346090c0ba29c8
2024-03-22 20:53:48 +00:00

7 lines
145 B
TOML

[build]
rustflags = ["-C", "target-cpu=native"]
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]