From: Francesco Potortì Date: Thu, 24 Nov 1994 08:51:11 +0000 (+0000) Subject: * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, X-Git-Tag: emacs-19.34~5784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=007f6f5ad208f6689f76884d6890581685d70e1b;p=emacs.git * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, because the compiler shipped with R3V7 is not stable. EOF --- diff --git a/src/m/delta.h b/src/m/delta.h index d3b530f0dda..a44c012cae6 100644 --- a/src/m/delta.h +++ b/src/m/delta.h @@ -205,10 +205,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ # ifdef __STDC__ /* Compiling with gnucc (not through ccd). This means -traditional is not set. Let us set it, because gmalloc.c includes , - and we don't have that (as of SYSV68 R3V7). - Removing the -finline-functions option to gnucc causes an - executable emacs smaller by about 10%. */ -# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -finline-functions -fcaller-saves + and we don't have that (as of SYSV68 R3V7). */ +# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -fno-inline -fcaller-saves # define LIB_GCC /lib/gnulib881 # endif /* __STDC__ */