aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/aix3-2-5.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h
index 00cbadaba6d..5cffcc0dec8 100644
--- a/src/s/aix3-2-5.h
+++ b/src/s/aix3-2-5.h
@@ -6,8 +6,8 @@
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#ifndef __GNUC__
9#undef C_SWITCH_DEBUG 9#undef C_DEBUG_SWITCH
10#undef C_SWITCH_OPTIMIZE 10#undef C_OPTIMIZE_SWITCH
11#define C_SWITCH_DEBUG 11#define C_DEBUG_SWITCH -O
12#define C_SWITCH_OPTIMIZE -O 12#define C_OPTIMIZE_SWITCH -O
13#endif 13#endif