From: jweiss Date: Fri, 17 Jun 1994 12:55:18 +0000 (+0000) Subject: don't optomize on RS6K the optomizer broke DES, and we don't X-Git-Tag: OPSSRC_BASE~61 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/da6b2d4ae0418ee18ef37d04f7b9fec23725fea6 don't optomize on RS6K the optomizer broke DES, and we don't know if it will affect moira. --- diff --git a/util/imake.includes/config.Imakefile b/util/imake.includes/config.Imakefile index 7d8eeaa7..4de59aae 100644 --- a/util/imake.includes/config.Imakefile +++ b/util/imake.includes/config.Imakefile @@ -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)