diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:25:17 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:46 -0400 |
commit | d65ec7c9c8a5d5019119a91879613ab786087f50 (patch) | |
tree | c11ce38da82d00dfb66b7a202456c9f9faa4c468 /verify.sh | |
parent | 76a2e60e3911c01fc0c0521714debfb4fb5d6faf (diff) | |
download | fork-ledger-d65ec7c9c8a5d5019119a91879613ab786087f50.tar.gz fork-ledger-d65ec7c9c8a5d5019119a91879613ab786087f50.tar.bz2 fork-ledger-d65ec7c9c8a5d5019119a91879613ab786087f50.zip |
*** no comment ***
Diffstat (limited to 'verify.sh')
-rwxr-xr-x | verify.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -105,12 +105,11 @@ build_distcheck_from_scratch || exit 1 build_distcheck_from_distrib || exit 1 build_ledger normal || exit 1 -build_ledger devel --devel || exit 1 build_ledger python --python || exit 1 build_ledger debug --debug || exit 1 -#build_ledger boost_debug --debug --boost d || exit 1 build_ledger debug_python --debug --python || exit 1 +#build_ledger boost_debug --debug --boost d || exit 1 build_ledger optimized --opt || exit 1 build_ledger opt_python --opt --python || exit 1 |