Caching build objects: Waf and ccache
Stanislav Pankevich
s.pankevich at gmail.com
Tue Oct 5 09:17:26 UTC 2021
Hello everyone,
I have a very specific question about the Waf build system. I apologize if
I missed this information somewhere in the documentation.
>From looking at ./waf --help it doesn't look like Waf would have a
ccache-like functionality built in.
When using CMake build system, I am used to providing
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
that makes CMake switch to using ccache. Is there an equivalent option for
Waf or is there a native way in Waf for caching object artifacts?
Thank you,
Stanislav
More information about the users
mailing list