]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't set C_OPTIMIZE_SWITCH.
authorDave Love <fx@gnu.org>
Thu, 2 Mar 2000 10:21:18 +0000 (10:21 +0000)
committerDave Love <fx@gnu.org>
Thu, 2 Mar 2000 10:21:18 +0000 (10:21 +0000)
src/m/powerpcle.h
src/m/sparc.h

index 69442a146e3d243770e477b0e765676f626ca4af..3efe88bc44969f3fb071b91d9091b99d22f0ffa2 100644 (file)
@@ -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
index 012826f0919c2de7653aa8e38a1e95ff09ad0f77..f48604ac994027c9efddb3a0ebc1778eaf95ed95 100644 (file)
@@ -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