Building a project with CMAKE

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Mar 3 12:10:25 PST 2017


On 03/03/2017 06:58 AM, berni wrote:
 > On Friday, 3 March 2017 at 13:21:56 UTC, Seb wrote:
 >> Is there any specific reason why you can't use DMD or LDC?
 >
 > gdc produces faster binaries. ;-) I've got installed the other two
 > compilers too and they work.

I haven't compared them myself but I am under the following impression.

- dmd compiles the quickest and ldc compiles the slowest.

- dmd produces the slowest binary and ldc produces the fastest binary.

Which would put gdc in between the two. Is your experience different?

Ali



More information about the Digitalmars-d-learn mailing list