Commit f3720acf authored by Fabian Müller's avatar Fabian Müller
Browse files

Fix make concurrency

make's behavior is different than, e.g., ninja in that the lack of a parameter to -j means that it may spawn indefinite amounts of processes.

This can easily exhaust a build system's resources and thus cause problems not only in CI.
parent 4ddd4422
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
make -f Makefile clean
make -f Makefile -j CLANG=0
make -f Makefile -j"$(nproc)" CLANG=0
cp IVAS_cod IVAS_cod_ref
cp IVAS_dec IVAS_dec_ref
cp IVAS_rend IVAS_rend_ref