diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/proof | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/proof b/tools/proof index 0bd1e81f..3becb1c9 100755 --- a/tools/proof +++ b/tools/proof @@ -14,7 +14,8 @@ fi rm -fr ~/Products/ledger-proof -time ./acprep --enable-doxygen --universal -j16 --gcc46 --warn proof 2>&1 | \ +time nice -n 20 \ + ./acprep --enable-doxygen --universal -j16 --gcc45 --warn proof 2>&1 | \ tee ~/Desktop/proof.log if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then |