diff src/s/gnu-linux.h @ 3279:40cbb2abad94

* linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; configure guesses just fine.
author Jim Blandy <jimb@redhat.com>
date Sat, 29 May 1993 21:26:28 +0000
parents 257a856de952
children 580d53a2e450
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Sat May 29 21:11:09 1993 +0000
+++ b/src/s/gnu-linux.h	Sat May 29 21:26:28 1993 +0000
@@ -184,6 +184,7 @@
 #define LIBS_DEBUG
 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
 #define LIB_STANDARD -lc /* avoid -lPW */
+#define C_OPTIMIZE_SWITCH /* configure can guess this just fine */
 #ifdef HAVE_X11
 #define LD_SWITCH_SYSTEM -L/usr/X386/lib
 #endif