backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

Make `gimli` / `addr2line` optional on windows

Open Jasper-Bekkers opened this issue 4 years ago • 0 comments

Right now gimli is always compiled in it looks like. However, since it only targets DWARF, I think it could be an optional feature on windows.

On our windows builds we seem to be spending a good ~15 seconds building gimli (since addr2line needs it) without actually every needing or using it.

Jasper-Bekkers avatar Nov 09 '21 23:11 Jasper-Bekkers