August 16, 2020 Re: Good build system? | ||||
---|---|---|---|---|
| ||||
Posted in reply to user1234 | On Saturday, 15 August 2020 at 18:45:28 UTC, user1234 wrote: > [...] > > Your project should take 10 secs to compile even with --build=release. > It's possible that, in case you would use DMD, you hit a problem of counter performance of the inliner/optimizer. If this is the case try ldc2. In some **rare occasions**, such the inler problem I mentioned, a release build can be faster with ldc2. I’ll try ldc. > Side question, would your parser would be pegged based ? No, it’s a “manually” made parser. Thank you |
August 24, 2020 Re: Good build system? | ||||
---|---|---|---|---|
| ||||
Posted in reply to burt | On Saturday, 15 August 2020 at 14:22:44 UTC, burt wrote:
> Hello,
>
> I have a project that is taking very long to compile (I'm on Windows).
>
> [...]
Yeah, sorry about that, getting reggae to work on Windows has been on my to-do list for far too long. It's going to happen because we need it to at work.
|
Copyright © 1999-2021 by the D Language Foundation