DegateCommunity / Degate

A modern and open-source cross-platform software for chips reverse engineering.
https://www.degate.org
GNU General Public License v3.0
251 stars 31 forks source link

Use ccache if available to speed up builds. #30

Closed agatti closed 8 months ago

agatti commented 8 months ago

Description

Use ccache to speed up builds if it is available. ccache usage is enabled by default, but it can be disabled by passing -DDISABLE_CCACHE=ON to the cmake command line or by setting the variable to ON with cmake-gui.

Affected area(s)

Changes type

Proposed changes