On 18 December 2016 at 01:04, sarn via Digitalmars-d-announce <[email protected]> wrote: > As it stands, the -betterC flag is still immature and only removes a bit of > the D runtime.
-betterC removes module info and module helpers, not the D runtime. You will find it in gdc with the more appropriately named command line switch -fno-moduleinfo. ;-)
