getting to know dmd and druntime

Jacob Carlborg doob at me.com
Mon Jul 23 04:39:22 PDT 2012


On 2012-07-23 12:53, 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.

Are you sure? You can generate a map file or inspect the compiled code 
with "nm".

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list