LDC: Don't keep around temporary object files for static libs (#2690)
* LDC: Don't keep around temporary object files for static libs

This was a workaround for older LDC versions. Since LDC v1.25,
`-cleanup-obj` implies that the temporary object files are placed
into a unique temp directory (per compiler invocation), so that
object file collisions across parallel dub invocations cannot happen
anymore.
1 parent cb3c523 commit 6610ddfd0e815891253879ed86ae7cb4bd8d3ebb
@Martin Kinkelin Martin Kinkelin authored on 13 Jun
GitHub committed on 13 Jun
Showing 2 changed files
View
source/dub/compilers/ldc.d
View
test/removed-dub-obj.sh