September 07 [Issue 24748] New: DMD can't output object files with fully qualified name, making -od overwirte each other file | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24748 Issue ID: 24748 Summary: DMD can't output object files with fully qualified name, making -od overwirte each other file Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: major Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: msnmancini@hotmail.com I need a fully qualified name, so, dmd object dir output doesn't overwrite each other. I'm working on a build tool optimization and now it is blocked while that unless - Use -op - Filter each of those object generated files - Rename and move them to object directory LDC has already solved that with the -oq flag Related issues: https://issues.dlang.org/show_bug.cgi?id=4095 https://issues.dlang.org/show_bug.cgi?id=3541 -- |
Copyright © 1999-2021 by the D Language Foundation