chore: fix make parallelism

This commit is contained in:
Stéphane Lesimple
2020-08-27 10:11:13 +02:00
parent 495a851356
commit 4d2e0ba32c
2 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
- Added support for BDXL-QL (quadruple layer, 128GB)
- Added support to compile a CLI-only version, without
the GTK dependency (only glib2), compile with:
$ CLI_ONLY=1 ./configure && make clean all
$ CLI_ONLY=1 ./configure && make clean && make -j4
- Added support to compile a Windows version under MingW (tested
with MSYS2)
- All regression tests are passing on Linux 64, Win 32 and Win 64.