Delphi: How to organize source code to increase compiler performance?

前端 未结 14 2189
一整个雨季
一整个雨季 2020-12-13 13:14

I\'m working on a large delphi 6 project with quite a lot of dependancies. It takes several minutes to compile the whole project. The recompilation after a few changes is so

14条回答
  •  无人及你
    2020-12-13 13:54

    Check are there any paths in search paths that aren't on your local machine.

    i.e. Don't link to binaries on network shares, and check that the search path isn't checking any network shares.

提交回复
热议问题