Hi,
I haven’t find anything about using multiple processors for compiling code faster during the first run. Is it even possible?
Maybe something like MAKEFLAGS=-j4
in C?
I have tried to use JULIA_NUM_THREADS
but I believe it for code only not for compilation?
Thank you