]> andersk Git - moira.git/commitdiff
don't optomize on RS6K the optomizer broke DES, and we don't
authorjweiss <jweiss>
Fri, 17 Jun 1994 12:55:18 +0000 (12:55 +0000)
committerjweiss <jweiss>
Fri, 17 Jun 1994 12:55:18 +0000 (12:55 +0000)
know if it will affect moira.

util/imake.includes/config.Imakefile

index 7d8eeaa7ffb3172df728091a21a39c4523288ac9..4de59aaeff98227efd672d8a04f2c34b38587605 100644 (file)
@@ -331,7 +331,9 @@ HCC=$(CC)           /* The name of the C compiler on _this_
 
 CPP=$(CC) -E           /* A command which invokes the C preprocessor */
 
+#ifndef _AIX           /* RS6K optomizer is buggy, we don't know if it wall affect moira */
 DBG=-O                 /* Debug or optimize? */
+#endif /* _AIX */
 
 HCFLAGS=$(CFLAGS)
 
This page took 0.235141 seconds and 5 git commands to generate.