How to reduce executable filesize

kinke noone at nowhere.com
Tue Jul 16 10:30:50 UTC 2019


On Friday, 12 July 2019 at 22:22:01 UTC, Andre Pany wrote:
> I found it:
>
> ldc2 app.d -defaultlib=druntime-ldc-shared,phobos2-ldc-shared 
> -debuglib=druntime-ldc-debug-shared,phobos2-ldc-debug-shared

`-link-defaultlib-shared` implies that and takes care of rpath as 
well.


More information about the digitalmars-d-ldc mailing list