Faster linker

bennygui bennygui at nowhere.com
Sat Nov 10 04:09:46 UTC 2018


On Friday, 9 November 2018 at 03:47:09 UTC, Joakim wrote:
> On Friday, 9 November 2018 at 02:47:38 UTC, bennygui wrote:
>>
>> But I don't want to switch my whole system to use gold, is 
>> there a way to configure dub or dmd to use usr/bin/ld.gold 
>> instead of /usr/bin/ld ?
>>

For the record, I did not find a way to configure dub. Adding

"dflags-dmd": ["-L-fuse-ld=gold"]

to dub.json did not work.

But what did work was modifying dmd.conf to add -L-fuse-ld=gold 
at the end of DFLAGS=... in the [Environment64] section.


More information about the Digitalmars-d mailing list