# HG changeset patch # User Jim Blandy # Date 738710788 0 # Node ID 40cbb2abad94071dbdefd1ee12d4b7dfb9ac68ea # Parent 6376735acde82af17e5846c89a457bbfeb4fcb3e * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; configure guesses just fine. diff -r 6376735acde8 -r 40cbb2abad94 src/s/gnu-linux.h --- 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