changeset 10071:1a498b87fdbd

* m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, because the compiler shipped with R3V7 is not stable. EOF
author Francesco Potortì <pot@gnu.org>
date Thu, 24 Nov 1994 08:51:11 +0000
parents def41008c136
children a7b70665c937
files src/m/delta.h
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/delta.h	Thu Nov 24 08:40:21 1994 +0000
+++ b/src/m/delta.h	Thu Nov 24 08:51:11 1994 +0000
@@ -205,10 +205,8 @@
 # ifdef __STDC__
  /* Compiling with gnucc (not through ccd).  This means -traditional is
     not set.  Let us set it, because gmalloc.c includes <stddef.h>,
-    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__ */