comparison src/s/aix3-2-5.h @ 25339:aa2f8bc34e57

(C_DEBUG_SWITCH): Use -g -O.
author Dave Love <fx@gnu.org>
date Sat, 21 Aug 1999 17:27:31 +0000
parents 004a081ecdef
children 695cf19ef79e
comparison
equal deleted inserted replaced
25338:8a6fbe59406d 25339:aa2f8bc34e57
3 #include "aix3-2.h" 3 #include "aix3-2.h"
4 4
5 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" 5 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
6 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because 6 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
7 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ 7 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */
8 #ifndef __GNUC__ 8 /* The above isn't generally true. If it occurs with some compiler
9 release, seek a fixed version, be it XLC or GCC. The XLC version
10 isn't tied to the OS version on AIX any more than elsewhere. XLC
11 (the IBM compiler) can use -g with -O. (-O3 is also a possibility
12 for the optimization level.) -- fx, after David Edelsohn. */
9 #undef C_DEBUG_SWITCH 13 #undef C_DEBUG_SWITCH
10 #undef C_OPTIMIZE_SWITCH 14 #define C_DEBUG_SWITCH -g -O
11 #define C_DEBUG_SWITCH -O
12 #define C_OPTIMIZE_SWITCH -O
13 #endif
14 15
15 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ 16 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
16 #define SIGNALS_VIA_CHARACTERS 17 #define SIGNALS_VIA_CHARACTERS
17 #define MAIL_USE_LOCKF 18 #define MAIL_USE_LOCKF
18 #define CLASH_DETECTION 19 #define CLASH_DETECTION