Enable transparent build caching with Ccache
masterYou can automatically cache all builds by prepending the Ccache directory to your PATH. Alternatively, you can call ccache, ccache-gcc, or ccache-g++ directly. You can also activate a suggested configuration via w64devkit.ini.
PATH="$W64DEVKIT_HOME/lib/ccache;$PATH"