Skip to content

Commit

Permalink
fix: remove broken linux compiler arg
Browse files Browse the repository at this point in the history
  • Loading branch information
eduxstad committed Mar 25, 2024
1 parent 1e70985 commit 68acc49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ linker = "clang"
rustflags = [
"-Ctarget-cpu=native",
"-Clink-arg=-fuse-ld=/usr/bin/mold",
"link-arg=--ld-path=/usr/local/bin/mold",
"-Zshare-generics=y",
"-Zthreads=0",
]
Expand Down

0 comments on commit 68acc49

Please sign in to comment.