solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Consider changing linker on Linux from `ld.gold` to `ld`

Open cameel opened this issue 2 months ago • 0 comments

@cameel Maybe an interesting side note. The resulting installation shrunk from 14.92 MiB to 14.33 MiB when switching from ld.gold to ld. Installation via https://aur.archlinux.org/packages/solidity. Considering the installation contains much documentation which was not affected by a change of the linker, the binaries must be the reason for all the size difference.

Gesamtgröße der installierten Pakete:  14,33 MiB
Größendifferenz der Aktualisierung:    -0,59 MiB

Originally posted by @Spixmaster in https://github.com/ethereum/solidity/issues/15132#issuecomment-2138965445

cameel avatar Jun 14 '24 14:06 cameel