JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
1.97k stars 606 forks source link

Added support ccache for speedup compilation on Linux #1198

Open GermanAizek opened 5 months ago

GermanAizek commented 5 months ago

more information: https://ccache.dev/ https://en.wikipedia.org/wiki/Ccache

Razish commented 4 months ago

Just rethinking this. Should it be gated behind an option(UseCCache) like #1124? What if i have ccache installed, but I don't want to use it for this build right now? Bonus points for having the option exposed only if ccache is detected 😁