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

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

[Emacs-bug-tracker] bug#5800: marked as done (remove LIBS_DEBUG and C_DE


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5800: marked as done (remove LIBS_DEBUG and C_DEBUG_SWITCH)
Date: Mon, 29 Mar 2010 22:31:01 +0000

Your message dated Mon, 29 Mar 2010 18:30:52 -0400
with message-id <address@hidden>
and subject line Re: bug#5800: remove LIBS_DEBUG and C_DEBUG_SWITCH
has caused the GNU bug report #5800,
regarding remove LIBS_DEBUG and C_DEBUG_SWITCH
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5800: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5800
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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.




--- End Message ---
--- Begin Message --- Subject: Re: bug#5800: remove LIBS_DEBUG and C_DEBUG_SWITCH Date: Mon, 29 Mar 2010 18:30:52 -0400 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
duplicate


--- End Message ---

reply via email to

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