Homebuilt dmd fails to link my dub application
Nordlöw
per.nordlow at gmail.com
Mon Mar 26 10:01:38 UTC 2018
On Sunday, 25 March 2018 at 20:35:01 UTC, Seb wrote:
> For building everything locally, it should be as easy as:
>
> ---
> git clone https://github.com/dlang/dmd
> git clone https://github.com/dlang/druntime
> git clone https://github.com/dlang/phobos
> cd phobos && make -f posix.mak -j10
How do I build a release-inline-nobounds build with ldc? I want
to set
- DC=ldmd2,
- ENABLE_RELEASE=1
when building dmd.
> BTW there's also this setup script:
>
> https://github.com/dlang/tools/blob/master/setup.sh
Thanks.
More information about the Digitalmars-d-learn
mailing list