From 011d3c21b6fcd6c4079ade192ce286f2128a49e7 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sat, 28 Oct 2017 12:17:24 +0200 Subject: [PATCH] Use goldlinker. This massively reduces link time. --- dub.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dub.json b/dub.json index 458b1f0..74add46 100644 --- a/dub.json +++ b/dub.json @@ -35,5 +35,8 @@ ], "versions": [ "VibeUseOpenSSL11" + ], + "lflags": [ + "-fuse-ld=gold" ] }