diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-11 23:39:31 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-11 23:39:31 +0100 |
| commit | 2c2e1c084c5b243837b8d644e30407b679167df7 (patch) | |
| tree | a480c2cb25fa200f6c62143756fed9bd5673bd22 | |
| parent | 5080a41dec9423dceb43a5c7ded8b9e1ddc0817e (diff) | |
Simplify config
| -rw-r--r-- | .cargo/config.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 3556de1..586787b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,13 +1,5 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = [ - "-C", "link-arg=-fuse-ld=lld", - "-C", "link-arg=--target=x86_64-unknown-linux-gnu" -] [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc" -rustflags = [ - "-C", "link-arg=-fuse-ld=lld", - "-C", "link-arg=--target=aarch64-unknown-linux-gnu" -] |