Compile without standard library

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Nov 21 04:27:20 PST 2015


On Friday, 20 November 2015 at 21:54:12 UTC, Ragmaanir wrote:
> It looks like this is some d-internal stuff. What can i do to 
> fix this? I have written some of my experiments in c++ 
> previously and that works, but i want to port it to D because i 
> think i will be more productive and less annoyed by the syntax. 
> But this problem blocks me from doing so and i'm not sure about 
> how to fix that.

Try adding "pragma (LDC_no_moduleinfo);" to the modules that you 
want to use without a runtime.

  — David


More information about the digitalmars-d-ldc mailing list