Skip to content

Commit

Permalink
use gcc and change upstream for nixpkgs
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
  • Loading branch information
ghishadow committed Jun 20, 2024
1 parent b62bd71 commit a4d3f2c
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 365 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protocol = "sparse"


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

[target.aarch64-unknown-linux-gnu]
Expand Down
Loading

0 comments on commit a4d3f2c

Please sign in to comment.