norihiro / obs-face-tracker

Face tracking plugin for OBS Studio
GNU General Public License v2.0
343 stars 29 forks source link

ci(macOS): Use ccache #114

Closed norihiro closed 1 year ago

norihiro commented 1 year ago

Description

Use ccache to improve compile time

How Has This Been Tested?

Build time (obs27, arm64) is as below. Build type Build time
Without ccache 78 s
With ccache, 1st time 77 s
With ccache, 2nd time 12 s

General checklist