Hi all!.

I have a fairly large project which I have ported to use tup in windows. I 
use linker option /incremental in windows to perform incremental linking. 
However I find that when I use tup to build the executable,  the linker 
always perform full linking which is very slow. My guess is that this is 
because tup unlinks the target before running a rule and the linker is 
forced to do a a full link instead of incremental 
linking(see https://msdn.microsoft.com/en-us/library/4khtbfyf.aspx).  Is 
there a way we can work around this?. .

Thanks,
Arun

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to