Mercurial > emacs
changeset 27750:48fa3afce611
(C_DEBUG_SWITCH): Define to allow optimization.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 17 Feb 2000 19:07:06 +0000 |
parents | 986871288b53 |
children | 56bbf1dfa7f2 |
files | src/s/sol2.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2.h Thu Feb 17 16:18:09 2000 +0000 +++ b/src/s/sol2.h Thu Feb 17 19:07:06 2000 +0000 @@ -29,3 +29,8 @@ /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root. ghazi@caip.rutgers.edu, 7/21/97. */ #define HAVE_LIBKSTAT + +/* eggert thinks all versions of SunPro C allowed this. */ +#ifndef __GNUC__ +#define C_DEBUG_SWITCH -g -O +#endif