Good build system?

user1234 user1234 at 12.de
Sat Aug 15 18:45:28 UTC 2020


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).

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.

Side question, would your parser would be pegged based ?


More information about the Digitalmars-d mailing list