diff --git a/product-mini/README.md b/product-mini/README.md index 65be5ce04..65c3dd00d 100644 --- a/product-mini/README.md +++ b/product-mini/README.md @@ -79,6 +79,12 @@ cd product-mini/platforms/linux/ ./build_llvm.sh (The llvm source code is cloned under /core/deps/llvm and auto built) ``` +Note: By default, ccache is disabled to reduce CI storage consumption. For local development with frequent LLVM rebuilds, you can enable ccache for faster incremental builds by using the `--use-ccache` flag: +``` Bash +cd /build-scripts +python3 build_llvm.py --arch X86 --use-ccache +``` + Then pass argument `-DWAMR_BUILD_JIT=1` to cmake to enable LLVM JIT: ``` Bash mkdir build && cd build