diff --git a/scripts/build.sh b/scripts/build.sh index 3d65955..45ffe93 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -34,5 +34,6 @@ if [ -z "$JOBS" ] ; then fi # compile +export FORCE_UNSAFE_CONFIGURE=1 time ionice -c 3 nice -n 19 make -j $JOBS V=s