On Tuesday, 8 June 2021 at 17:40:19 UTC, Basile B. wrote:
On Tuesday, 8 June 2021 at 17:10:47 UTC, seany wrote:
Hello

How can I increase the speed of executable files created via :

`dub build -b release`


try `dub build -b release --compiler=ldc2`

Then you can set some specific DFlags for ldc, like -O3 or --mcpu

also there's the --parallel flag itself supported by ldc2, I have quite a while ago but I'm pretty sure it still is there

Reply via email to