[Issue 16962] rdmd --build-only --force -c main.d fails: ./main: No such file or directory

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Dec 11 17:17:57 PST 2016


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

Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at erdani.com

--- Comment #10 from Andrei Alexandrescu <andrei at erdani.com> ---
It may indeed be worthwhile to support -c as in "solve all dependencies and
produce a big .o file ready for linking". There is no easy way to do that with
either dmd or rdmd. Alternatively we could use a --no-link flag but -c seems
more direct. Vladimir, what do you think?

--


More information about the Digitalmars-d-bugs mailing list