How to build static linked executable

Seb seb at wilzba.ch
Sat Mar 17 15:42:06 UTC 2018


On Saturday, 17 March 2018 at 14:44:42 UTC, zunkree wrote:
> Hi,
>
> Is there a way to build static linked executable with dub for 
> vibe-d based app?
>
> Regards,
> zunkree

Yes, use -static

Here's how we build the DTour: 
https://github.com/dlang-tour/core/blob/master/dub.sdl


More information about the Digitalmars-d-learn mailing list