Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Does anyone know how to setup the make option to stop recompiling everything every time? Thanks in advance.
如果它正在重建所有内容,那么很有可能项目中的某些内容每次都在发生变化,或者您的项目搜索路径中有库 .pas 文件阻止编译器正确使用已编译的 .dcu 文件。通常,编译器仅在检测到该单元或其依赖项发生更改时才重新编译该单元。