Mercurial > emacs
changeset 27950:a5c775054e81
Don't set C_OPTIMIZE_SWITCH.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 02 Mar 2000 10:21:18 +0000 |
parents | e06c6af9d981 |
children | c4cd6784bbcc |
files | src/m/powerpcle.h src/m/sparc.h |
diffstat | 2 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/powerpcle.h Thu Mar 02 09:49:52 2000 +0000 +++ b/src/m/powerpcle.h Thu Mar 02 10:21:18 2000 +0000 @@ -37,13 +37,6 @@ #define prep #endif -#ifdef __GNUC__ -# define C_OPTIMIZE_SWITCH -O -#else - /* This level of optimization is reported to work. */ -# define C_OPTIMIZE_SWITCH -O2 -#endif - /* Use type int rather than a union, to represent Lisp_Object */ #define NO_UNION_TYPE
--- a/src/m/sparc.h Thu Mar 02 09:49:52 2000 +0000 +++ b/src/m/sparc.h Thu Mar 02 10:21:18 2000 +0000 @@ -43,13 +43,6 @@ #define sparc #endif -#ifdef __GNUC__ -# define C_OPTIMIZE_SWITCH -O -#else - /* This level of optimization is reported to work. */ -# define C_OPTIMIZE_SWITCH -O2 -#endif - /* Use type int rather than a union, to represent Lisp_Object */ #define NO_UNION_TYPE