Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does changing a runtime parameter cause a rebuild in Delphi 2010?

The title is fairly self explanatory. Whenever I do a build in Delphi 2010, if afterward all I change is the run parameter under Run -> Parameters, Delphi insists on rebuilding my application. In any other language/IDE I've ever used, that wouldn't happen. It wouldn't be a big problem if it weren't for the fact that a build takes about a minute each time.

Any ideas on how, if anything, I can do to keep it from doing this?

Thanks, --David

like image 883
CodeSlinger512 Avatar asked Mar 04 '11 21:03

CodeSlinger512


1 Answers

I've noticed this too, and I agree that it's annoying. Not sure exactly what the technical reasons are behind it. Probably something to do with the .dproj having changed. You should file a bug report about this on QC.

like image 133
Mason Wheeler Avatar answered Oct 17 '22 07:10

Mason Wheeler