[Issue 18710] executable file not generated when -o- is used

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 3 03:19:34 UTC 2018


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

Seb <greensunny12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #1 from Seb <greensunny12 at gmail.com> ---
AFAIK `-o-` became the "undocumented" way to turn DMD's entire backend off.

> I think `dmd -o- main.d` should generate the `main` executable, but not the `main.o` object file.

Hmm, how would you turn off object generation then?
Note that dmd -ofmain main.d won't generate an object file, but only the main
executable.

--


More information about the Digitalmars-d-bugs mailing list