comparison src/s/aix4-1.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 0c55c5d71551
children 23a1cea22d13
comparison
equal deleted inserted replaced
25338:8a6fbe59406d 25339:aa2f8bc34e57
15 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu. 15 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
16 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */ 16 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
17 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends 17 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends
18 on the version of XLC, which can't be predicted from the system version. 18 on the version of XLC, which can't be predicted from the system version.
19 What a mess! */ 19 What a mess! */
20 /* No more of a mess than other systems, GNU+GCC included. See
21 comments in aix3-2-5.h. -- fx */
22 #if 0
20 #ifndef __GNUC__ 23 #ifndef __GNUC__
21 #undef C_DEBUG_SWITCH 24 #undef C_DEBUG_SWITCH
22 #undef C_OPTIMIZE_SWITCH 25 #undef C_OPTIMIZE_SWITCH
23 #define C_DEBUG_SWITCH -g 26 #define C_DEBUG_SWITCH -g
27 #endif
24 #endif 28 #endif
25 29
26 /* The X internationalization stuff is still broken in AIX 4.1, so 30 /* The X internationalization stuff is still broken in AIX 4.1, so
27 don't #undef X11R5_INHIBIT_I18N 31 don't #undef X11R5_INHIBIT_I18N
28 It still causes shift, ctrl, and alt to resend the last character, 32 It still causes shift, ctrl, and alt to resend the last character,