summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-03-02 10:21:18 +0000
committerDave Love <fx@gnu.org>2000-03-02 10:21:18 +0000
commit789e7334d7c92c234d5ab01223a5ff4c6795d068 (patch)
treea2fe1a1ad0fee1f307de5df8fafe00579d9dcdf6 /src
parentd054101fd8ad650b92c615e3d7956f7e8479735e (diff)
downloademacs-789e7334d7c92c234d5ab01223a5ff4c6795d068.tar.gz
Don't set C_OPTIMIZE_SWITCH.
Diffstat (limited to 'src')
-rw-r--r--src/m/powerpcle.h7
-rw-r--r--src/m/sparc.h7
2 files changed, 0 insertions, 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