mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-06 02:11:30 +02:00
This is a replacement for the -noruntime switch. With the new DSO implementation every module generates runtime calls. The main motivation for the -noruntime switch is to avoid implicit GC calls. Therefore a dedicated -nogc switch is introduced.