Discussion:
[omniORB] debug build with debian
tuergeist
2006-10-13 14:45:38 UTC
Permalink
Hi *,

I need a debug build for gdb backtrace, but
../configure --with-debug
doesn't work.

Any ideas?

Regards,
Christoph
Duncan Grisby
2006-10-23 21:20:27 UTC
Permalink
Post by tuergeist
I need a debug build for gdb backtrace, but
../configure --with-debug
doesn't work.
I'm afraid there's no configure option to enable debugging. To turn it
on, edit mk/beforeauto.mk.in and change the line that sets CXXDEBUGFLAGS
= -O2 to be -g instead.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Continue reading on narkive:
Loading...