Mercurial > emacs
changeset 24748:8c634c8d8401
Use -gcoff instead of -g in CFLAGS, for those who
have GCC configured by default to use stabs, which unexec.c
doesn't currently support.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 19 May 1999 10:24:54 +0000 |
parents | 8dc6fde63a8c |
children | dc885252eab2 |
files | msdos/sed1v2.inp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/sed1v2.inp Wed May 19 04:32:47 1999 +0000 +++ b/msdos/sed1v2.inp Wed May 19 10:24:54 1999 +0000 @@ -13,7 +13,7 @@ /^VPATH *=/s/@[^@\n]*@/./ /^CC *=/s/@[^@\n]*@/gcc/ /^CPP *=/s/@[^@\n]*@/gcc -e/ -/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ +/^CFLAGS *=/s/@[^@\n]*@/-O2 -gcoff/ /^CPPFLAGS *=/s/@[^@\n]*@// /^LDFLAGS *=/s/@[^@\n]*@// /^LN_S *=/s/@[^@\n]*@/ln -s/