digitalmars.D.learn - Indivisual Incremental Compalation with dub
- Freddy (3/3) Aug 12 2015 I have a file that takes a while to compile with a static
- Edwin van Leeuwen (4/7) Aug 12 2015 I don't think dub itself can do this, but
I have a file that takes a while to compile with a static interface. Is there any way i can make dub keep the object file of only that file(for faster compilation)?
Aug 12 2015
On Thursday, 13 August 2015 at 05:42:38 UTC, Freddy wrote:I have a file that takes a while to compile with a static interface. Is there any way i can make dub keep the object file of only that file(for faster compilation)?I don't think dub itself can do this, but https://github.com/atilaneves/reggae should be able to do it. And it will parse/understand your dub configuration file.
Aug 12 2015