svn commit: r338679 - head/lib/libusb

Hans Petter Selasky hps at selasky.org
Wed Oct 2 13:02:05 UTC 2019


On 2019-10-02 14:58, Kyle Evans wrote:
> Sorry, I missed that the (ctx)->debug checks just moved a little
> further in... debugging a little better, because LIBUSB_DEBUG=0
> doesn't seem to do the trick for this person.

I believe the prints are off by default, unless you call 
libusb_set_debug() in your application.

If you want them compile-time removed, you'll need to do something.

--HPS


More information about the svn-src-head mailing list