Mercurial > emacs
changeset 51880:103b6b870f97
(CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jul 2003 21:48:02 +0000 |
parents | 06174ae76b5e |
children | 898f5f935d4b |
files | src/Makefile.in |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Jul 12 21:46:43 2003 +0000 +++ b/src/Makefile.in Sat Jul 12 21:48:02 2003 +0000 @@ -74,6 +74,11 @@ #define NOT_C_CODE #include "config.h" +#ifndef OPTIMIZE +CFLAGS=-g +#endif + + /* We won't really call alloca; don't let the file name alloca.c get messed up. */ #ifdef alloca