[Dlang-internal] How do I see what build.d is doing?

MoonlightSentinel moonlightsentinel at disroot.org
Mon Jun 29 22:34:32 UTC 2020


On Monday, 29 June 2020 at 17:51:12 UTC, Andrei Alexandrescu 
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!

make -f ***.mak VERBOSE=1 ....


More information about the Dlang-internal mailing list