It seems that ”ccache“ doesn't work with CMAKE_TOOLCHAIN_FILE “emscripten.cmake” #23248
-
Hello all, cmake -B build_wasm -S . -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Then you run the build do you see It looks like ccache has a bunch of different verbosity options you can try which might help you figure out what is going on? |
Beta Was this translation helpful? Give feedback.
sorry, I made a mistake. The real reason why my "ccache" doesn't work is that I didn't use an absolute path to set the "CCACHE_DIR".