all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH
@ 2010-03-29 22:01 Dan Nicolaescu
  2010-03-30 15:40 ` Dan Nicolaescu
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2010-03-29 22:01 UTC (permalink / raw)
  To: 5801


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

* bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH
  2010-03-29 22:01 bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH Dan Nicolaescu
@ 2010-03-30 15:40 ` Dan Nicolaescu
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Nicolaescu @ 2010-03-30 15:40 UTC (permalink / raw)
  To: 5801-done

done






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-30 15:40 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:01 bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH Dan Nicolaescu
2010-03-30 15:40 ` 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.