GCC/Make Build Time Optimizations

前端 未结 10 749
鱼传尺愫
鱼传尺愫 2021-02-02 01:22

We have project which uses gcc and make files. Project also contains of one big subproject (SDK) and a lot of relatively small subprojects which use that SDK and some shared fra

10条回答
  •  青春惊慌失措
    2021-02-02 02:12

    http://ccache.samba.org/ speeds up big time.

    I work on a middle sized project, and that's the only thing we do to speed up the compile time.

提交回复
热议问题