Skip to content

Commit

Permalink
Merge pull request #4055 from tweag/link-with-gold
Browse files Browse the repository at this point in the history
Use gold as the linker on Linux
  • Loading branch information
edolstra committed Sep 23, 2020
2 parents 8a2e108 + 21639b2 commit 9c95a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
configureFlags =
lib.optionals stdenv.isLinux [
"--with-sandbox-shell=${sh}/bin/busybox"
"LDFLAGS=-fuse-ld=gold"
];

buildDeps =
Expand Down

0 comments on commit 9c95a8b

Please sign in to comment.