GCC/Make Build Time Optimizations

前端 未结 10 650
鱼传尺愫
鱼传尺愫 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 02:06

    If you have multiple computers available gcc is well distributed by distcc.

    You can also use ccache in addition.

    All this works with very little changes of the makefiles.

提交回复
热议问题