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

Merge branch 'muellefn/fix-concurrency-in-script' into 'main'

Fix make concurrency

See merge request !2350
parents 4ddd4422 c0e0f180
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
#! /bin/sh

set -e

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