Remove CRT (C's runtime) from betterC binaries?

Allen Garvey allen.garvey at gmail.com
Wed Aug 15 06:28:59 UTC 2018


On Tuesday, 14 August 2018 at 13:11:57 UTC, 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?

If you use either the current beta or master branch of LDC I 
believe they have disabled the C runtime for WebAssembly, but I 
don't know if it's possible to target other platforms with those 
same improvements.

https://github.com/ldc-developers/ldc/pull/2787


More information about the Digitalmars-d mailing list