GNU bug report logs - #5801
remove LIBS_DEBUG and C_DEBUG_SWITCH

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> gnu.org>

Date: Mon, 29 Mar 2010 22:06:02 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dan Nicolaescu <dann <at> gnu.org>
Subject: bug#5801 closed by Dan Nicolaescu <dann <at> gnu.org> (Re: bug#5801:
 remove LIBS_DEBUG and C_DEBUG_SWITCH)
Date: Tue, 30 Mar 2010 15:41:02 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH

It has been closed by Dan Nicolaescu <dann <at> gnu.org>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Dan Nicolaescu <dann <at> gnu.org> by
replying to this email.


-- 
5801: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5801
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dan Nicolaescu <dann <at> gnu.org>
To: 5801-done <at> debbugs.gnu.org
Subject: Re: bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH
Date: Tue, 30 Mar 2010 11:40:30 -0400
done

[Message part 3 (message/rfc822, inline)]
From: Dan Nicolaescu <dann <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: remove LIBS_DEBUG and C_DEBUG_SWITCH
Date: Mon, 29 Mar 2010 18:01:23 -0400
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.




This bug report was last modified 15 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.