summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-04-06 21:13:57 +0100
committerPete Batard <pbatard@gmail.com>2010-04-06 21:13:57 +0100
commit767bd7a6eb10d7f8cd2ff21d90a2e32db5ce6a29 (patch)
tree98040291026f8c1a5b63529cd9174c2dc3e34f01
parenta46b420214041a5f103604e3f77aac8e3fa154c6 (diff)
downloadlibusb-767bd7a6eb10d7f8cd2ff21d90a2e32db5ce6a29.tar.gz
[INTERNAL - NOT FOR RELEASE] added toggable debug logging to bm.sh
-rw-r--r--bm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm.sh b/bm.sh
index 3c23834..13a5f10 100644
--- a/bm.sh
+++ b/bm.sh
@@ -10,7 +10,7 @@ aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
-./configure --enable-examples-build $*
+./configure --enable-examples-build --enable-toggable-debug $*
make
cp examples/.libs/lsusb.exe e:/dailies/$date/MinGW32/examples
cp examples/.libs/xusb.exe e:/dailies/$date/MinGW32/examples