aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-09-23 18:20:46 +0200
committerGitHub <noreply@github.com>2020-09-23 18:20:46 +0200
commit9c95a8bebf986a6e8b6298cccdc97353843bda38 (patch)
tree70d855777332907eaaefa037f65ec525e36c60b3 /flake.nix
parent8a2e10827f2f57c3b9a0829357363d5f09af65e2 (diff)
parent21639b2d179e84805d5ab0949c7bdd74c9e2b7ae (diff)
Merge pull request #4055 from tweag/link-with-gold
Use gold as the linker on Linux
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0304557e8..200417c3e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -58,6 +58,7 @@
configureFlags =
lib.optionals stdenv.isLinux [
"--with-sandbox-shell=${sh}/bin/busybox"
+ "LDFLAGS=-fuse-ld=gold"
];
buildDeps =