Disasm / usb-otg-workspace

16 stars 7 forks source link

Make rust-lld work correctly under Windows #1

Closed albertmoravec closed 5 years ago

albertmoravec commented 5 years ago

Due to a deadlock in winpthreads, a threading library the rust linker is using on Windows, the build hangs indefinitely during linking phase. Disabling multithreading fixes the issue.