On Jan 11, 2:44 am, kfj <[email protected]> wrote: > Hi! > > I also get this behaviour. I used -DCMAKE_BUILD_TYPE=Release, but the > problem persists. Maybe someone has hardcoded the DEBUG somewhere and > forgotten to take it out? For me it's fatal, because the stuff dumped > to cerr crashes my python module, which doesn't like the C++ code > using cerr/cout for some reason I haven't figured out yet. > > Kay >
I found it this morning, it's hardcoded in the util.h or utils.h file. Not in front of my home machine to tell you which, just remember it was name one of those. Just the DEBUG_TRACE, etc defines are the blank ones to turn it off. I commented out the DEBUG_ ones and uncommented the blank ones and it's not printing out all the DEBUG info now. -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
