getting to know dmd and druntime

Sean Kelly sean at invisibleduck.org
Mon Jul 23 10:17:46 PDT 2012


On Jul 23, 2012, at 3:53 AM, maarten van damme wrote:

> Got some more information here : http://wiki.osdev.org/D_Bare_Bones
> 
> Any way to do this with dmd? When compiling with -debuglib=none and
> -defaultlib=none I still get a 31 kb executable so druntime still gets
> linked in.

That's not druntime.  The smallest an executable has ever been with runtime is ~60 kb, and it's larger than that now.


More information about the Digitalmars-d-learn mailing list