Mercurial > emacs
comparison src/s/aix3-2.h @ 27678:c370bafa362e
Define C_DEBUG_SWITCH for non-gcc.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 12 Feb 2000 17:03:54 +0000 |
parents | a487c9509929 |
children | 4be8406ebef9 |
comparison
equal
deleted
inserted
replaced
27677:566fd2a966aa | 27678:c370bafa362e |
---|---|
34 #undef SYSTEM_MALLOC | 34 #undef SYSTEM_MALLOC |
35 | 35 |
36 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" | 36 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" |
37 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because | 37 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because |
38 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ | 38 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ |
39 /* See comments about this in aix3-2-5.h. -- fx */ | |
39 #ifndef __GNUC__ | 40 #ifndef __GNUC__ |
40 #define C_SWITCH_DEBUG -g | 41 #define C_DEBUG_SWITCH -g -O |
41 #define C_SWITCH_OPTIMIZE | |
42 #endif | 42 #endif |
43 | 43 |
44 /* The character-composition stuff is broken in X11R5. | 44 /* The character-composition stuff is broken in X11R5. |
45 Even with XIMStatusNothing aliased to XIMStatusNone, | 45 Even with XIMStatusNothing aliased to XIMStatusNone, |
46 tranle@intellicorp.com (Minh Tran-Le) reports that enabling | 46 tranle@intellicorp.com (Minh Tran-Le) reports that enabling |