you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago (1 child)

It depends on your linker. By default, Firefox appears to use the LLD linker. There is a faster one available, which runs perfectly fine on my 16GB machine: https://github.com/rui314/mold. After installing, it can be enabled by setting —enable-linker=mold instead of —enable-linker=lld

  • source
  • parent
  • hideshow 2 child comments