[Issue 14305] DMD incorrectly interprets -of and -od with -lib

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Apr 1 12:46:50 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14305

--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Temtaime from comment #1)
> I think current behavior is correct.

-od is not just for the output file, but also for intermediate files (.obj).
-of should override -od for the final output file. I consider that the current
behavior without -lib is correct. Regardless of that, changing the behavior
without -lib will break rdmd and possibly other tools.

--


More information about the Digitalmars-d-bugs mailing list