Skip to content

Commit

Permalink
added sccache install
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <[email protected]>
  • Loading branch information
Elias Joseph committed Nov 7, 2024
1 parent 9903d10 commit 27a3588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/cmake/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ declare -a CMAKE_ARGS=(
"-DIREE_BUILD_PYTHON_BINDINGS=ON"
"-DPython3_EXECUTABLE=${IREE_PYTHON3_EXECUTABLE}"
"-DPYTHON_EXECUTABLE=${IREE_PYTHON3_EXECUTABLE}"
"-DIREE_USE_SCCACHE=1"
"-DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
"-DCMAKE_C_COMPILER_LAUNCHER=sccache"
"-DIREE_HAL_DRIVER_CUDA=${IREE_HAL_DRIVER_CUDA}"
Expand Down

0 comments on commit 27a3588

Please sign in to comment.