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 On 11 Jan., 08:11, Lukáš Jirkovský <[email protected]> wrote: > On 11 January 2011 01:32, kevin <[email protected]> wrote: > > > > > I noticed yesterday that the latest mercurial version is outputting > > DEBUG, INFO, and TRACE lines to the commandline when run. I just did > > a fresh clone of the repository, configured using this command: > > > cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DLIB_SUFFIX=64 - > > DCMAKE_BUILD_TYPE=Default . > > > And I still get all the DEBUG, INFO, and TRACE output. Is there > > something else I should try to turn it off? I've only had this happen > > with the version I started using yesterday, previous versions I > > haven't had this happen. > > > Thanks > > > -- > > 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 > > athttp://groups.google.com/group/hugin-ptx > > Try DCMAKE_BUILD_TYPE=Release -- 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
