Re: Completely Remove C Runtime with DMD for win32

2018-07-15 Thread tcb via Digitalmars-d
Thank you both, that clarifies a lot!

Completely Remove C Runtime with DMD for win32

2018-07-15 Thread tcb via Digitalmars-d
I've been trying to compile a trivial program (extern C int main() {return 0;}) without linking parts of the C runtime with no success. I compile with dmd -debuglib= -defaultlib= -v -L=/INFORMATION -betterC but optlink shows a lot of things from snn.lib being pulled in and the resultant execu