From 789e7334d7c92c234d5ab01223a5ff4c6795d068 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 2 Mar 2000 10:21:18 +0000 Subject: [PATCH] Don't set C_OPTIMIZE_SWITCH. --- src/m/powerpcle.h | 7 ------- src/m/sparc.h | 7 ------- 2 files changed, 14 deletions(-) diff --git a/src/m/powerpcle.h b/src/m/powerpcle.h index 69442a146e3..3efe88bc449 100644 --- a/src/m/powerpcle.h +++ b/src/m/powerpcle.h @@ -37,13 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 diff --git a/src/m/sparc.h b/src/m/sparc.h index 012826f0919..f48604ac994 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -43,13 +43,6 @@ NOTE-END */ #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 -- 2.39.5