Closed davidlattimore closed 1 month ago
Currently wild does --gc-sections by default and doesn't support not doing this.
--gc-sections
Whether we should change the default, I'm less sure. Not GCing unused sections means that we can end up writing more stuff to the output, which slows us down.
Is this implemented now?
Currently wild does
--gc-sections
by default and doesn't support not doing this.Whether we should change the default, I'm less sure. Not GCing unused sections means that we can end up writing more stuff to the output, which slows us down.