comparison src/m/sparc.h @ 27950:a5c775054e81

Don't set C_OPTIMIZE_SWITCH.
author Dave Love <fx@gnu.org>
date Thu, 02 Mar 2000 10:21:18 +0000
parents 70b808126773
children 42a7a2149c68
comparison
equal deleted inserted replaced
27949:e06c6af9d981 27950:a5c775054e81
39 39
40 /* Say this machine is a sparc */ 40 /* Say this machine is a sparc */
41 41
42 #ifndef sparc 42 #ifndef sparc
43 #define sparc 43 #define sparc
44 #endif
45
46 #ifdef __GNUC__
47 # define C_OPTIMIZE_SWITCH -O
48 #else
49 /* This level of optimization is reported to work. */
50 # define C_OPTIMIZE_SWITCH -O2
51 #endif 44 #endif
52 45
53 /* Use type int rather than a union, to represent Lisp_Object */ 46 /* Use type int rather than a union, to represent Lisp_Object */
54 47
55 #define NO_UNION_TYPE 48 #define NO_UNION_TYPE