Skip to content

Commit

Permalink
Add sccache mixin (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashb authored Sep 13, 2023
1 parent c75e4b3 commit 5d51dff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mixin:
- memcheck.mixin
- mold.mixin
- ninja.mixin
- sccache.mixin
- shared.mixin
- test-linters.mixin
- tsan.mixin
10 changes: 10 additions & 0 deletions sccache.mixin
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"build": {
"sccache": {
"cmake-args": [
"-DCMAKE_C_COMPILER_LAUNCHER=sccache",
"-DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
]
}
}
}

0 comments on commit 5d51dff

Please sign in to comment.