Visual D always rebuilds - "This project is out of date"

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Jun 20 03:22:13 PDT 2014



On 19.06.2014 11:04, David Bregman wrote:
> Thanks, unchecking "Monitor OPTLINK dependencies" seems to stop the
> unnecessary rebuilding.
>
> I'm not sure I understand exactly what that option does though, could I
> run into other issues with it disabled? I assume defaults to enabled for
> a reason.

It is used to monitor updates of libraries that are not explicitely 
listed on the command line, but are searched for by the linker due to 
"pragma(lib)" directives in the object file.

It is usually not a problem to have the option disabled as these 
libraries tend to be unchanged. My usecase for this is the D runtime 
library itself, which I rebuild from time to time.

>
> If you don't have access to a machine where this issue is reproducible,
> maybe I could run some tests for you, just let me know.

Thanks for the offer, I hope I can address this issue soon.


More information about the Digitalmars-d-ide mailing list