/* -*-C-*-
Machine file for MIPS computers.
-$Id: mips.h,v 1.7 1992/11/18 15:52:47 gjr Exp $
+$Id: mips.h,v 1.8 1993/06/28 02:29:40 cph Exp $
Copyright (c) 1989-1992 Massachusetts Institute of Technology
#define LIB_DEBUG
#ifndef ALTERNATE_CC
-/* The "-Olimit" switch is needed because some procedures are larger
- than the built-in optimization limit. The "-w" switch says not to
- report warnings -- there are many of them, all harmless, that would
- not be reported if this were an ANSI compiler. */
-#define C_SWITCH_MACHINE -Olimit 2000 -w
+/* The "-std" switch says to turn on ANSI features and compatible
+ extensions. The "-Olimit" switch is needed because some procedures
+ are larger than the built-in optimization limit. */
+#define C_SWITCH_MACHINE -std -Olimit 2000
#else
#define C_SWITCH_MACHINE
#endif