dmd/changelog/dmd.obj_extensions.dd
2025-02-14 08:23:16 +08:00

6 lines
334 B
Text

Object file extensions `.o` and `.obj` are now accepted on all platforms
Accepting `.o` and `.obj` file extensions on all platforms makes DMD behave
like Clang and other modern compilers. There is no point in
discarding `*.o` or `*.obj` depending on the current operating system, as both extensions
unambiguously denote object file.