We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a072369 commit 9cacbd6Copy full SHA for 9cacbd6
build_tools/cmake/build_riscv.sh
@@ -27,6 +27,7 @@ RISCV_COMPILER_FLAGS="${RISCV_COMPILER_FLAGS:--O3}"
27
IREE_HOST_BIN_DIR="$(realpath ${IREE_HOST_BIN_DIR})"
28
29
source build_tools/cmake/setup_build.sh
30
+source build_tools/cmake/setup_ccache.sh
31
32
RISCV_PLATFORM_ARCH="${RISCV_PLATFORM}-${RISCV_ARCH}"
33
echo "Build riscv target with the config of ${RISCV_PLATFORM_ARCH}"
0 commit comments