aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/powerpcle.h
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-03-02 10:21:18 +0000
committerDave Love <[email protected]>2000-03-02 10:21:18 +0000
commit789e7334d7c92c234d5ab01223a5ff4c6795d068 (patch)
treea2fe1a1ad0fee1f307de5df8fafe00579d9dcdf6 /src/m/powerpcle.h
parentd054101fd8ad650b92c615e3d7956f7e8479735e (diff)
Don't set C_OPTIMIZE_SWITCH.
Diffstat (limited to 'src/m/powerpcle.h')
-rw-r--r--src/m/powerpcle.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/powerpcle.h b/src/m/powerpcle.h
index 69442a146e..3efe88bc44 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