mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
6 lines
334 B
Text
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.
|