bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5800: remove LIBS_DEBUG and C_DEBUG_SWITCH


From: Dan Nicolaescu
Subject: bug#5800: remove LIBS_DEBUG and C_DEBUG_SWITCH
Date: Mon, 29 Mar 2010 15:00:18 -0700

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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]