[Dlang-internal] How do I see what build.d is doing?
Sebastian Wilzbach
seb at wilzba.ch
Mon Jun 29 17:57:49 UTC 2020
Solution: stop using the legacy Makefile wrapper which was only left in
the source repository to ease the transition for dmd packagers and CI
systems.
tl;dr:
./src/build.d -v
On 29/06/2020 19.51, Andrei Alexandrescu via Dlang-internal wrote:
> Is there a way to see what build.d is doing from the invocation of make?
> The only way I found was to do surgery on src/posix.mak and add
> --verbose to:
>
> $(RUN_BUILD) $@
>
> Thanks!
More information about the Dlang-internal
mailing list