I found an LdError like {"error":"Ld error: ld of /tmp/lucetchjZBPT/tmp.o failed: ld: -f may not be used without -shared\n"}] but it's hard to debug since it doesn't include arguments for ld. This PR adds the entire command including arguments in LdError.
I found an LdError like
{"error":"Ld error: ld of /tmp/lucetchjZBPT/tmp.o failed: ld: -f may not be used without -shared\n"}]
but it's hard to debug since it doesn't include arguments forld
. This PR adds the entire command including arguments in LdError.