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
commit 9c95a8bebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@
configureFlags =
lib.optionals stdenv.isLinux [
"--with-sandbox-shell=${sh}/bin/busybox"
"LDFLAGS=-fuse-ld=gold"
];
buildDeps =