diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-02 01:37:49 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-02 01:37:49 -0600 |
commit | 1061cba97f0a749ac55d80316328f7788c9564cd (patch) | |
tree | 05e6786db082999512cd346de7b53370e2d07249 /tools | |
parent | ddba59b703fcfeb546627ee7e44a25fab49c0c12 (diff) | |
download | fork-ledger-1061cba97f0a749ac55d80316328f7788c9564cd.tar.gz fork-ledger-1061cba97f0a749ac55d80316328f7788c9564cd.tar.bz2 fork-ledger-1061cba97f0a749ac55d80316328f7788c9564cd.zip |
Use Clang to do proof builds
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 7c090292..c056fd3c 100755 --- a/tools/proof +++ b/tools/proof @@ -18,7 +18,7 @@ ledger_proof() { rm -fr $DEST/ledger-proof time nice -n 20 \ - ./acprep --enable-doxygen --universal -j16 --gcc46 --warn proof 2>&1 | \ + ./acprep --enable-doxygen --universal -j16 --clang proof 2>&1 | \ tee $LOGDIR/ledger-proof.log if egrep -q '(ERROR|CRITICAL)' $LOGDIR/ledger-proof.log; then |