Closed QuantumBear closed 10 years ago
I had the same problem, ccache is not optional in building LLVM
Sorry it's optional but enabled by default; just put ENABLE_CCACHE=0 in your Makefile.local. Currently the build system will rebuild everything any time you change the Makefile, which is overkill but nice for development, and ccache can make that a lot nicer.
I tried to build pyston in Ubuntu 12.04 and found that ccache is not optional but necessary to build LLVM.
I think content of docs/INSTALLING should be updated.