bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 165 forks source link

dockerfile: install lld-9 and use it as system ld #554

Closed pchickey closed 4 years ago

pchickey commented 4 years ago

this reportedly improves cargo build times a bunch

iximeow commented 4 years ago

While lld-9 works and does appear to link faster, it causes some problems that would block unwinding/backtraces from landing, so I'm gonna close this for the time being.