Sfoglia il codice sorgente

feat(brew): added `ccache`, required for building with `west`

Joe 1 anno fa
parent
commit
d91a188745
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .config/brew/Brewfile

+ 2 - 0
.config/brew/Brewfile

@@ -2,6 +2,8 @@ tap "common-fate/granted"
 tap "homebrew/bundle"
 tap "homebrew/bundle"
 tap "homebrew/services"
 tap "homebrew/services"
 tap "koekeishiya/formulae"
 tap "koekeishiya/formulae"
+# Object-file caching compiler wrapper
+brew "ccache"
 # Cross-platform make
 # Cross-platform make
 brew "cmake"
 brew "cmake"
 # Strongly specified, highly compatible implementation of Markdown
 # Strongly specified, highly compatible implementation of Markdown