mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
This is what DMD does, and arguably the expected behavior – otherwise, there would be no way other than using -od to prevent races if two compiler instances could ever compile the same file(s) at the same time (e.g. for debug/release configurations). Should we transition to assuming -singleobj by default?