How to use dub with ldc

rikki cattermole rikki at cattermole.co.nz
Sat Oct 22 18:12:50 UTC 2022


If you only have one compiler available, dub will use it (doesn't matter 
if its dmd/ldc/gdc).

rdmd is a tool that wraps dmd/ldc/gdc.

https://github.com/dlang/tools/blob/master/rdmd.d

If you only have ldc in your PATH variable, rdmd just "just work".


More information about the Digitalmars-d-learn mailing list