grauzone wrote:
Qian Xu wrote:
grauzone wrote:
To Qian Xu (the OP): welcome to the funny world of the D tool chain. If
you're using dsss/rebuild, you can speed up compilation a bit by putting
oneatatime=no into the rebuild configuration file. Because of dmd bugs,
you might need to use the -full switch to avoid linker errors.
I am working in Linux. There is no dsss/rebuild in Linux, isn't there?
I'd say the reverse is true -- there is dsss/rebuild ONLY in Linux. I
wouldn't recommend it for Windows.
Yes, there is.
The thing I described above will only make dsss/rebuild to compile
everything in one go. Even if a single file is modified, everything is
recompiled. But this is still much faster than incremental compilation.
What build system are you using? You said "WAF-tool", but I didn't find
anything about it.
--Qian ^^)