This doesn't answer the question, but here's a workaround for these sorts of issues that you might find tolerable:- Go to Tools -> Options -> Projects and Solutions -> Build and Run. - Under "On Run, when projects are out of date", select "Never build".
This makes it so that F5 starts debugging immediately, and doesn't spend time checking dependencies for rebuild. You'll have to manually build the project (right click in solution explorer and click Build) when you make changes. On Wed, Sep 9, 2009 at 5:29 PM, Peter Kasting <[email protected]> wrote: > Somehow, starting today, I'm now rebuilding installer_util (recompiling a > half dozen files, which then causes me to relink chrome.dll) every time I > hit F5. Deleting chrome.{ncb,suo} and rm -rfing Debug/ and Release/ do not > help. > Did someone goof with these recently? Did the ICU change somehow touch > this? It makes my "retest" cycle a lot slower :( > > PK > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
