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.

Reply via email to