|
|
|
|
|
by Doxin
1958 days ago
|
|
It's a problem with dub. The D compiler operates basically exactly like a C compiler would as far as I'm aware. Note that in most cases an incremental build isn't really required for D because for moderately complex projects you're often limited by linking speed, not compiling speed. |
|