Merge pull request #4055 from tweag/link-with-gold

Use gold as the linker on Linux
This commit is contained in:
Eelco Dolstra
2020-09-23 18:20:46 +02:00
committed by GitHub
+1
View File
@@ -58,6 +58,7 @@
configureFlags =
lib.optionals stdenv.isLinux [
"--with-sandbox-shell=${sh}/bin/busybox"
"LDFLAGS=-fuse-ld=gold"
];
buildDeps =