Olof Tångrot wrote:
> This is the part where libusb is configured:
> 
> cd libusb && ./autogen.sh --prefix=/tmp/test && make install && cd ..
> 
> Nor can I find any other line that seems to activate verbosity.
> 
> How do I rebuild libusb without verbose debugging? 

I mentioned it briefly in the first email. Look at what autogen.sh
contains, and repeat the configure line but without the debug flag.
To be explicit, repeat the line you quoted but replace the call to
autogen.sh with:

./configure --enable-maintainer-mode --enable-examples-build
--prefix=/tmp/test


//Peter
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to