Tqft is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse.
If you don't, you can sign up here.
@timgrindall make -j 4 tells the compile process to use 4 threads. Ccache literally caches intermediate compiler results so they don't have to be redone
programming Show more
@tqft What is -j<n> and ccache? I'm using Cygwin to compile and its for a project involving mostly Python code.