문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top