[Doxygen-develop] [PATCH] Debug-version of Doxygen for Linux with g++
Brought to you by:
dimitri
From: Morten E. <mo...@si...> - 2002-07-31 13:23:28
|
Hi, attached is a tiny patch for the tmake configuration file for the Linux/g++ combo. It causes debugging information to actually be included in the executables. (Is this mailinglist the correct place to send patches?) Regards, Morten --- doxygen-1.2.17-org/tmake/lib/linux-g++/tmake.conf Sat Aug 18 19:09:39 2001 +++ doxygen-1.2.17/tmake/lib/linux-g++/tmake.conf Wed Jul 31 15:13:08 2002 @@ -38,7 +38,7 @@ TMAKE_LINK_SHLIB = g++ TMAKE_LFLAGS = TMAKE_LFLAGS_RELEASE = -TMAKE_LFLAGS_DEBUG = +TMAKE_LFLAGS_DEBUG = -g TMAKE_LFLAGS_SHLIB = -shared TMAKE_LFLAGS_SONAME = -Wl,-soname, |