diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:55:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:55:53 -0400 |
commit | 487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed (patch) | |
tree | c5a7649d5b069cd89c23798a22ee96bf9015bddb /tools | |
parent | 4c2b816d7e768736e8f9a7246dc45010b75ed600 (diff) | |
parent | af94c94a6f927e66cacd71b4625f785372fa438d (diff) | |
download | fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.tar.gz fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.tar.bz2 fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.zip |
Merge branch 'next'
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/proof | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/proof b/tools/proof index cd7b6636..0bd1e81f 100755 --- a/tools/proof +++ b/tools/proof @@ -14,7 +14,7 @@ fi rm -fr ~/Products/ledger-proof -time ./acprep --enable-doxygen --universal -j16 --warn proof 2>&1 | \ +time ./acprep --enable-doxygen --universal -j16 --gcc46 --warn proof 2>&1 | \ tee ~/Desktop/proof.log if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then |