Compilation is taking a ton of memory
sarn
sarn at theartofmachinery.com
Thu Jun 28 23:13:07 UTC 2018
On Thursday, 28 June 2018 at 16:24:07 UTC, H. S. Teoh wrote:
> I continue to use SCons for my D projects. For dub
> dependencies, I just create a fake empty dub project with
> declared dependencies and run that separately for refreshing
> dependencies, but the actual compiling and linking is handled
> by SCons.
Sounds like what I'm doing. I build the dependencies using dub
on a dummy project, then use "dub describe" to find all the files
I need and install them into my project directory. Then I can
use whatever build system I want (currently tup).
More information about the Digitalmars-d
mailing list