Optlink messages
Tom S
h3r3tic at remove.mat.uni.torun.pl
Tue Jun 20 10:59:20 PDT 2006
pragma wrote:
> Out of curiosity, did you try using "-full" on the command line as well?
>
> Let me preface this by saing that Build is an *awesome* tool for D. I use it
> exclusively when compiling my apps.
>
> But bulid has one drawback: it doesn't distinguish between debug/release builds
> when it checks the file times of your object files. So if you build once in
> release, update one or two files, and build again in debug, only those two files
> will be recompiled - despite the fact that the mode of compilation has changed.
The trick is that -clean / -cleanup is enough, since it deletes the
object files :)
--
Tomasz Stachowiak /+ a.k.a. h3r3tic +/
More information about the Digitalmars-d
mailing list