On 15/08/2018 1:11 AM, Rel wrote: > Can I or is it even possible to remove the CRT (C's runtime library) > completely from my executables compiled with betterC flag? Sure, but you can't let dmd link and it'll be a right pain (at least on Windows) to not have a libc to deal with the entry point for you.