On Tuesday, 28 May 2019 at 05:11:15 UTC, Andre Pany wrote:
On Monday, 27 May 2019 at 07:16:37 UTC, BoQsc wrote:
[...]

I can confirm, without measuring the exact timing, "dmd -run test.d" feels much faster than "rdmd test.d". I would say 1 second instead of 2 seconds.

Kind regards
André

Well, that's because rdmd is an old legacy tool that runs the compiler twice.
Use dmd -i or rund (https://github.com/dragon-lang/rund).

Reply via email to