Getting Debug Info Built in the Sources

Kevin McBride <[email protected]> Sun, 2 Aug 2015 16:31:56 -0400
Newsgroups gmane.text.doxygen.devel
Message-ID <[email protected]>
Hello,

As a tip for developers new to CMake, I use the following command to 
build doxygen and the doxywizard with debug symbols that gdb can use:

"cmake -G "Unix Makefiles" -Dbuild_wizard=on -DCMAKE_BUILD_TYPE=Debug 
$OLDPWD"

This is a necessity on Fedora to get stack traces from crashers.

I think this information should be put in the BUILD.txt file in GIT.

- Kevin McBride

------------------------------------------------------------------------------