|
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. |
|---|
|
|
| source/dub/compilers/ldc.d |
|---|
| test/removed-dub-obj.sh |
|---|