MXE: Difference between revisions

72 bytes added ,  5 August 2019
→‎Build: Mention "-j".
m (Link fix.)
(→‎Build: Mention "-j".)
Line 36: Line 36:
==== Build ====
==== Build ====


<code>make all openblas JOBS=4</code> (adapt the value of the variable <code>JOBS</code> to your needs).
<code>make -j3 JOBS=2 all openblas</code> Adapt the values of the variables <code>-j</code> (parallel package builds) and <code>JOBS</code> (parallel build jobs) to your needs.


==== Replace reference BLAS by OpenBLAS ====
==== Replace reference BLAS by OpenBLAS ====