Skip to content
  • Joseph Benden's avatar
    feat: add support for ccache · b1b47140
    Joseph Benden authored and Natanael Copa's avatar Natanael Copa committed
    
    
    This introduces basic support for ccache, during packaging builds.
    
    If you are building many packages, it is recommended to manually
    increase the maximum size of the ccache cache. This is typically
    achieved by modifying `~/.ccache/ccache.conf` and adjusting the
    `max_size` setting.
    
    Signed-off-by: default avatarJoseph Benden <joe@benden.us>
    b1b47140