* bug#5800: remove LIBS_DEBUG and C_DEBUG_SWITCH
@ 2010-03-29 22:00 Dan Nicolaescu
2010-03-29 22:30 ` Dan Nicolaescu
0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2010-03-29 22:00 UTC (permalink / raw)
To: 5800
src/Makefile.in has this:
/* Unless inhibited or changed, use -lg to link for debugging. */
#ifndef LIBS_DEBUG
#define LIBS_DEBUG -lg
#endif
All ports that bother to define LIBS_DEBUG just use:
#define LIBS_DEBUG
-lg has not been in use for a long time so removing it will do no harm.
Also any reason not to remove the C_DEBUG_SWITCH knob?
If users want to debug emacs, they can edit the Makefile directly, no
reason to add yet another variable to the build system.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-29 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 22:00 bug#5800: remove LIBS_DEBUG and C_DEBUG_SWITCH Dan Nicolaescu
2010-03-29 22:30 ` Dan Nicolaescu
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.