Merge pull request #4055 from tweag/link-with-gold
Use gold as the linker on Linux
This commit is contained in:
commit
9c95a8bebf
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
configureFlags =
|
||||
lib.optionals stdenv.isLinux [
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
"LDFLAGS=-fuse-ld=gold"
|
||||
];
|
||||
|
||||
buildDeps =
|
||||
|
|
Loading…
Reference in a new issue