in XE5 everytime I make a project it recompile everything

余生长醉 提交于 2019-12-13 09:23:21

问题


Does anyone know how to setup the make option to stop recompiling everything every time? Thanks in advance.


回答1:


If it is rebuilding everything, then chances are that either something deep down in the project really is changing every time, or maybe you have library .pas files on your project's search path that are preventing the compiler from using compiled .dcu files correctly. Typically the compiler only recompiles a unit if it detects a change in that unit or its dependancies.



来源:https://stackoverflow.com/questions/20531067/in-xe5-everytime-i-make-a-project-it-recompile-everything

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!