diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-03 15:59:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-03 15:59:31 +0000 |
commit | bbf2192538a002d9c2f51df1d72733e7e197b4d9 (patch) | |
tree | 2334cb9c523b51297114b721750ab9a2465eb766 /src/s/aix3-2.h | |
parent | fcf848767b53b78bffdd3ff57b3dfa81f0baf65a (diff) | |
download | emacs-bbf2192538a002d9c2f51df1d72733e7e197b4d9.tar.gz |
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Diffstat (limited to 'src/s/aix3-2.h')
-rw-r--r-- | src/s/aix3-2.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 46b0ed560ed..406de9de8ac 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -9,7 +9,10 @@ #undef SPECIFY_X11R4 #ifndef __GNUC__ -#define C_SWITCH_SYSTEM -ma +/* Some programs in src produce warnings saying certain subprograms + are to comples and need a MAXMEM value greater than 2000 for + additional optimization. --nils@exp-math.uni-essen.de */ +#define C_SWITCH_SYSTEM -ma -qmaxmem=4000 #endif #define HAVE_ALLOCA #undef rindex |