You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Konstantin Käfer edited this page Dec 15, 2017
·
1 revision
To trigger a complete rebuild, run make clean. This will remove all local build artifacts. for all platforms. To selectively delete just the build artifacts for a particular platform, delete the respective folder in the build directory.
If you have installed ccache, and if you suspect that it cached a bad artifact, run ccache --cleanup to clear the cache.
If you are having trouble getting the dependencies right, you can delete the mason_packages directory, or run make distclean. This means the Makefile and CMake will automatically install the dependencies again on the next try.