How to reduce compilation times with Boost Asio

前端 未结 4 438
南旧
南旧 2021-01-14 09:14

Boost.Asio is great library but it has one huge drawback -- extreamly slow compilation times. A simple implementation (really simple) of HTTP protocol (about 1k lines of cod

4条回答
  •  礼貌的吻别
    2021-01-14 10:02

    What platform? On Linux, both ccache and distcc are awesome, included in most distributions and a snap to set up, either individually or even combined.

提交回复
热议问题