Compile without standard library

Kagamin via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Nov 21 13:45:07 PST 2015


On Friday, 20 November 2015 at 21:54:12 UTC, Ragmaanir wrote:
> https://gist.github.com/Ragmaanir/17a6b49ad6c1725aafa1

What simple can be done in your case:
1. stub _d_dso_registry
2. implement _d_assert_msg, it's useful even if it's just halts
3. don't use classes if possible, it's just easier without them


More information about the digitalmars-d-ldc mailing list